mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 19:48:31 +01:00
9 lines
210 B
YAML
9 lines
210 B
YAML
- name: reload async icinga settings
|
|
uri:
|
|
url: "http://localhost:5006/reload-configuration"
|
|
status_code: [ 200, 204 ]
|
|
|
|
- name: restart hub
|
|
shell:
|
|
cmd: docker restart atlantis-hub_atlantis-hub_1
|