firewall_master: move secrets to password store
This commit is contained in:
parent
d94e79f8b7
commit
37c025e2a0
3 changed files with 8 additions and 9 deletions
|
@ -9,7 +9,7 @@
|
|||
become_method: su
|
||||
become_flags: "-s /bin/sh"
|
||||
git:
|
||||
repo: "{{ friwall_repo }}"
|
||||
repo: '{{ lookup("passwordstore", "hosts/"~inventory_hostname, subkey="friwall_repo") }}'
|
||||
dest: /srv/friwall/app
|
||||
force: yes
|
||||
notify: reload uwsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue