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
194972549e
commit
4df160d1bd
13
playbooks/sync_mailu2.yaml
Normal file
13
playbooks/sync_mailu2.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
- hosts: containers
|
||||
name: Stop mailu
|
||||
ignore_unreachable: false
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Extract
|
||||
become: yes
|
||||
become_user: root
|
||||
ansible.builtin.unarchive:
|
||||
src: /tmp/dockers-{{ ansible_date_time.date }}.tar.gz
|
||||
dest: /
|
||||
remote_src: yes
|
||||
when: inventory_hostname in groups['raspberry']
|
Loading…
x
Reference in New Issue
Block a user