mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 18:05:09 +00:00
15 lines
447 B
YAML
15 lines
447 B
YAML
system_service_id: sys-ctl-alm-compose@
|
|
|
|
SYSTEMCTL_ALARM_COMPOSER_SUBSERVICES: >-
|
|
{{
|
|
['sys-ctl-alm-email']
|
|
+
|
|
(
|
|
['sys-ctl-alm-telegram']
|
|
if (TELEGRAM_BOT_TOKEN | default('') | trim != '')
|
|
and (TELEGRAM_CHAT_ID | default('') | trim != '')
|
|
else []
|
|
)
|
|
}}
|
|
|
|
SYSTEMCTL_ALARM_COMPOSER_DUMMY_MESSAGE: "[Info] Dummy Message: No Failure; Ansible is initializing {{ SOFTWARE_NAME }} on {{ inventory_hostname }}." |