firewall_master: move secrets to password store

This commit is contained in:
Timotej Lazar 2024-02-13 13:13:56 +01:00
parent d94e79f8b7
commit 37c025e2a0
3 changed files with 8 additions and 9 deletions

View file

@ -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