bitwarden

This commit is contained in:
jaydee
2024-11-15 14:01:26 +01:00
parent 0568c30c86
commit 389ae647de
2 changed files with 7 additions and 6 deletions

View File

@ -27,6 +27,7 @@
- include_tasks: sync_container_data.yaml
name: Sync Container Data
when: inventory_hostname == source_server
- include_tasks: reconfigure_nginx.yaml
name: Reconfigure nginx proxy manager
@ -40,7 +41,7 @@
- kestra.sectorq.eu
- auth.sectorq.eu
when: inventory_hostname == destination_server
- name: Get relevant configs
ansible.builtin.shell: 'egrep -l "# kestra.sectorq.eu|# auth.sectorq.eu|# ha.sectorq.eu|# pw.sectorq.eu|# semaphore.sectorq.eu|# sectorq.eu|# gitlab.sectorq.eu|# ha.sectorq.eu" /share/docker_data/nginx/data/nginx/proxy_host/*'
ignore_errors: true