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