diff --git a/ansible/inventory.yaml b/ansible/inventory.yaml index 08c8564..ebea3dd 100644 --- a/ansible/inventory.yaml +++ b/ansible/inventory.yaml @@ -37,6 +37,13 @@ all: unprovisioned: hosts: # host.nc.chaoswg.org: null + prometheus: + hosts: + host.nc.chaoswg.org: null + thonkpad.ka.chaoswg.org: null + infra.unruhig.eu: null + backup.unruhig.eu: null + mon1.hel1.chaoswg.org: null backup: hosts: host.nc.chaoswg.org: null diff --git a/ansible/plays/services/mimir/docker-compose.yaml b/ansible/plays/services/mimir/docker-compose.yaml index 032f4fa..fcdd4d0 100644 --- a/ansible/plays/services/mimir/docker-compose.yaml +++ b/ansible/plays/services/mimir/docker-compose.yaml @@ -24,6 +24,7 @@ services: - "traefik.http.routers.mimir.middlewares=mimir-auth" networks: - backend + - metrics - default alertmanager: image: prom/alertmanager:latest