Move VM secrets to a separate password store directory
This commit is contained in:
parent
6dcae194d7
commit
000f625988
5 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@
|
|||
become_method: su
|
||||
become_flags: "-s /bin/sh"
|
||||
git:
|
||||
repo: '{{ lookup("passwordstore", "hosts/"~inventory_hostname, subkey="friwall_repo") }}'
|
||||
repo: '{{ lookup("passwordstore", "vm/"~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