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,6 +1,7 @@
|
|||||||
- hosts: containers
|
- hosts: containers
|
||||||
name: Stop mailu
|
name: Stop mailu
|
||||||
ignore_unreachable: false
|
ignore_unreachable: false
|
||||||
|
become: true
|
||||||
vars:
|
vars:
|
||||||
arch_name: docker_mailu2_data
|
arch_name: docker_mailu2_data
|
||||||
tasks:
|
tasks:
|
||||||
@ -142,3 +143,5 @@
|
|||||||
owner: admin
|
owner: admin
|
||||||
group: administrators
|
group: administrators
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
become: true
|
||||||
|
when: inventory_hostname in groups['raspberry']
|
Reference in New Issue
Block a user