mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
111
This commit is contained in:
parent
e3496763a3
commit
573e977eb0
11
playbooks/sync_all.yaml
Normal file
11
playbooks/sync_all.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
- hosts: containers
|
||||||
|
name: Sync mailu,ha,...
|
||||||
|
ignore_unreachable: false
|
||||||
|
tasks:
|
||||||
|
- name: Changing permission
|
||||||
|
ansible.builtin.shell: 'chown -R admin. /share/docker_data/'
|
||||||
|
become: true
|
||||||
|
when: inventory_hostname in groups['raspberry'] or inventory_hostname in groups['raspberrypi5']
|
||||||
|
- name: Syncing all
|
||||||
|
ansible.builtin.shell: 'rsync -ra /share/docker_data/{mailu2,ha,gitlab,semaphore,webhub,nginx} admin@192.168.77.238:/share/docker_data/'
|
||||||
|
when: inventory_hostname in groups['nas']
|
Loading…
x
Reference in New Issue
Block a user