mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
upt playbook
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
- hosts: containers
|
||||
name: Stop mailu
|
||||
ignore_unreachable: false
|
||||
tasks:
|
||||
- name: Start mailu rasp
|
||||
uri:
|
||||
@ -100,4 +101,7 @@
|
||||
ignore_errors: yes
|
||||
when: inventory_hostname in groups['nas']
|
||||
|
||||
|
||||
- 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']
|
Reference in New Issue
Block a user