mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
flatpak
This commit is contained in:
parent
aa9bba1f54
commit
22c88214bd
@ -12,6 +12,11 @@
|
||||
|
||||
# - include_tasks: sync_container_data.yaml
|
||||
# name: Sync Container Data
|
||||
- name: Syncing all
|
||||
ansible.builtin.shell: 'rsync -avh --delete /share/docker_data/{mailu2,ha,gitlab,semaphore,webhub,nginx,heimdall} root@192.168.77.238:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"'
|
||||
#ansible.builtin.shell: 'rsync -avh --delete /share/docker_data/{mailu2,webhub,nginx,heimdall,ha,gitlab} root@192.168.77.238:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"'
|
||||
#ansible.builtin.shell: 'ls -la'
|
||||
when: inventory_hostname in groups['nas']
|
||||
- include_tasks: reconfigure_nginx.yaml
|
||||
name: Reconfigure nginx proxy manager
|
||||
loop:
|
||||
|
Loading…
x
Reference in New Issue
Block a user