mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
3da4715190
commit
0924904a11
@ -1,21 +1,17 @@
|
|||||||
---
|
---
|
||||||
- name: import a task
|
- name: import a task
|
||||||
hosts: containers
|
hosts: nas
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- debug:
|
- debug:
|
||||||
msg: "{{ item }}"
|
msg: "{{ item }}"
|
||||||
loop: "{{ selected_containers | split(',') }}"
|
loop: "{{ selected_containers | split(',') }}"
|
||||||
when: inventory_hostname == destination_server
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: "{{ destination_server }}"
|
msg: "{{ destination_server }}"
|
||||||
when: inventory_hostname == destination_server
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: "{{ source_server }}"
|
msg: "{{ source_server }}"
|
||||||
when: inventory_hostname == destination_server
|
|
||||||
- debug:
|
- debug:
|
||||||
msg: 'rsync -avh --delete /share/docker_data/\{{{ selected_containers }}\} root@{{ destination_server }}:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"'
|
msg: 'rsync -avh --delete /share/docker_data/\{{{ selected_containers }}\} root@{{ destination_server }}:/share/docker_data/ --exclude="home-assistant.log*" --exclude="gitlab/logs/*"'
|
||||||
when: inventory_hostname == source_server
|
when: inventory_hostname == source_server
|
||||||
- debug:
|
- debug:
|
||||||
msg: "{{ destination_server }}"
|
msg: "{{ destination_server }}"
|
||||||
when: inventory_hostname == destination_server
|
|
Loading…
x
Reference in New Issue
Block a user