fix: remove node_exporter from copenhagen-a systemd_services

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 11:50:02 +00:00
parent 41d7876260
commit aa309fd30e

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: