Revert "deploy alerta on grafana.hosts.hamburg.ccc.de"
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
This reverts commit b10d7d1592.
This commit is contained in:
parent
b6cec3ad61
commit
5d16c7781c
8 changed files with 3 additions and 114 deletions
|
|
@ -24,15 +24,12 @@ docker_compose__configuration_files:
|
|||
content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/grafana/docker_compose/ntfy-alertmanager-fux-critical.j2') }}"
|
||||
- name: ntfy-alertmanager-fux
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/grafana/docker_compose/ntfy-alertmanager-fux.j2') }}"
|
||||
- name: alertad.conf
|
||||
content: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/grafana/docker_compose/alertad.conf.j2') }}"
|
||||
|
||||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certificate_domains:
|
||||
- "grafana.hamburg.ccc.de"
|
||||
- "loki.hamburg.ccc.de"
|
||||
- "metrics.hamburg.ccc.de"
|
||||
- "alerta.hamburg.ccc.de"
|
||||
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
|
@ -54,8 +51,6 @@ nginx__configurations:
|
|||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/grafana/nginx/loki.hamburg.ccc.de.conf') }}"
|
||||
- name: metrics.hamburg.ccc.de
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/grafana/nginx/metrics.hamburg.ccc.de.conf') }}"
|
||||
- name: alerta.hamburg.ccc.de
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/grafana/nginx/alerta.hamburg.ccc.de.conf') }}"
|
||||
|
||||
alloy_config_additional: |
|
||||
loki.write "default" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue