fix: remove node_exporter from copenhagen-a systemd_services (#59)

node_exporter is deployed by the dedicated node_exporter Ansible role
using distro packages (prometheus-node-exporter). Having it in
systemd_services causes the systemd_services role to look for a
non-existent services/node_exporter/node_exporter.service file,
producing errors during deploy.

Resolves PESO-135
This commit is contained in:
Rasmus Wejlgaard 2026-04-04 12:51:52 +01:00 committed by GitHub
parent 41d7876260
commit 4c7ea76d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@ host_location: "Copenhagen"
systemd_services:
- mangos-realmd
- mangos-world
- node_exporter
# Docker Compose services deployed by docker_services role
docker_services: