This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-buildbot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
local facts shall only be readable by root
covid-videoplattform
Markus Katharina Brechtel
4 years ago
parent
025bc79af0
commit
32aa16f483
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/local_facts.yaml
+ 1
- 0
tasks/local_facts.yaml
View File
@@ -9,6 +9,7 @@
copy:
content: "{{_local_facts|to_json}}"
dest: /etc/ansible/facts.d/{{role_name}}.fact
mode: 0600
register: _local_facts_set
- name: Gathering Facts
Write
Preview
Loading…
Cancel
Save