mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 00:18:32 +01:00
35 lines
968 B
YAML
35 lines
968 B
YAML
name: Dispatcher Downtime
|
|
|
|
hook_operations:
|
|
- 5_minutes_downtime:
|
|
location:
|
|
url:
|
|
- https://dispatcher.atlantishq.de/downtime
|
|
method: "POST"
|
|
args:
|
|
token: "{{ notification_settings_access_token }}"
|
|
minutes: 5
|
|
client: false
|
|
- 30_minutes_downtime:
|
|
location:
|
|
url:
|
|
- https://dispatcher.atlantishq.de/downtime
|
|
method: "POST"
|
|
args:
|
|
token: "{{ notification_settings_access_token }}"
|
|
minutes: 30
|
|
status_url: https://dispatcher.atlantishq.de/downtime
|
|
client: false
|
|
- 24_hours_downtime:
|
|
location:
|
|
url:
|
|
- https://dispatcher.atlantishq.de/downtime
|
|
method: "POST"
|
|
args:
|
|
token: "{{ notification_settings_access_token }}"
|
|
minutes: 720
|
|
client: false
|
|
|
|
groups:
|
|
- pki
|