ansible/playbooks/test.yaml

7 lines
265 B
YAML
Raw Normal View History

2023-08-28 11:16:49 +02:00
- hosts: containers
name: Stop mailu
tasks:
- name: Copy archive
ansible.builtin.shell: 'scp /share/Data/dockers-{{ ansible_date_time.date }}.tar.gz jaydee@192.168.77.246/share/'
ignore_errors: yes
when: inventory_hostname in groups['nas']