From 469c8c70d14525c716e4015ae780dcdf7287e1a1 Mon Sep 17 00:00:00 2001 From: lorentz Date: Sun, 8 Mar 2026 16:51:13 -0400 Subject: [PATCH] Add playbooks/templates/apprise.yml --- playbooks/templates/apprise.yml | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 playbooks/templates/apprise.yml diff --git a/playbooks/templates/apprise.yml b/playbooks/templates/apprise.yml new file mode 100644 index 0000000..377346d --- /dev/null +++ b/playbooks/templates/apprise.yml @@ -0,0 +1,46 @@ +# Apprise Notification Configuration +# Version: 1 +# Timezone: Etc/UTC +# Reference: https://github.com/caronc/apprise/wiki/config_yaml + +version: 1 + +# Optional: override app identity shown in notifications +# asset: +# app_id: MyApp +# app_desc: MyApp Notifications +# app_url: https://myapp.example.com + +# Define notification service URLs +# Uncomment and fill in the services you want to use. +# Full list of supported services: https://github.com/caronc/apprise/wiki +urls: + # --- Email --- + # - mailto://user:password@gmail.com + + # --- Slack --- + # - slack://tokenA/tokenB/tokenC/#channel + + # --- Discord --- + # - discord://webhook_id/webhook_token + + # --- Telegram --- + # - tgram://bot_token/chat_id + + # --- Gotify (self-hosted) --- + # - gotify://hostname/token + + # --- Ntfy (self-hosted or cloud) --- + # - ntfy://hostname/topic + + # --- Pushover --- + # - pover://user_key@app_token + + # --- Mattermost --- + # - mmost://hostname/token + + # Example with tags (send only to tagged URLs with --tag flag) + # - slack://tokenA/tokenB/tokenC/#ops-alerts: + # - tag: critical + # - mailto://admin@example.com: + # - tag: reports