Browse Source

local facts shall only be readable by root

covid-videoplattform
parent
commit
32aa16f483
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tasks/local_facts.yaml

+ 1
- 0
tasks/local_facts.yaml View File

@@ -9,6 +9,7 @@
copy: copy:
content: "{{_local_facts|to_json}}" content: "{{_local_facts|to_json}}"
dest: /etc/ansible/facts.d/{{role_name}}.fact dest: /etc/ansible/facts.d/{{role_name}}.fact
mode: 0600
register: _local_facts_set register: _local_facts_set


- name: Gathering Facts - name: Gathering Facts


Loading…
Cancel
Save