mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
111
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
- mailu2-webmail-1
|
||||
- HomeAssistant
|
||||
- mosquitto-mosquitto-1
|
||||
- gitlab
|
||||
- semaphore-app-1
|
||||
- semaphore-db-1
|
||||
tasks:
|
||||
|
||||
- name: Get ruleset
|
||||
@ -58,7 +61,7 @@
|
||||
# - 180
|
||||
|
||||
- name: Stop mailu containers
|
||||
command: "docker pause {{ containers | join(' ') }}"
|
||||
command: "docker stop {{ containers | join(' ') }}"
|
||||
become: true
|
||||
ignore_errors: true
|
||||
when: inventory_hostname in groups['raspberry']
|
Reference in New Issue
Block a user