mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
bitwarden
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user