mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
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:
parent
41d7876260
commit
4c7ea76d81
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue