~xenrox/ansible

2498eab51c1ac572299a10d462430319b6d0c3f6 — Thorben Günther 1 year, 2 months ago 13944b1
alertmanager: Update ntfy-alertmanager config
1 files changed, 11 insertions(+), 0 deletions(-)

M roles/alertmanager/templates/ntfy-alertmanager.j2
M roles/alertmanager/templates/ntfy-alertmanager.j2 => roles/alertmanager/templates/ntfy-alertmanager.j2 +11 -0
@@ 1,4 1,5 @@
http-address 127.0.0.1:8089
base-url https://ntfy-alertmanager.xenrox.net
log-level debug
user {{ alertmanager_secrets['webhook_user'] }}
password {{ alertmanager_secrets['webhook_pass'] }}


@@ 19,8 20,18 @@ labels {
    }
}

resolved {
    tags "resolved"
}

ntfy {
    topic https://ntfy.xenrox.net/infrastructure
    user infrastructure
    password {{ infrastructure_password }}
}

alertmanager {
    silence-duration 72h
    user {{ alertmanager_secrets['user'] }}
    password {{ alertmanager_secrets['pass'] }}
}