pez-infra/ansible/inventory/hosts.ini
Rasmus Wejlgaard 3556790143 Add systemd_exporter Ansible role and Prometheus scrape config
- Create systemd_exporter role (download binary, create user, deploy service)
- Add scrape job for london-b:9558 and copenhagen-a:9558
- Add systemd_exporter_hosts inventory group
- Add stage 3b to deploy.yml
- Map role to deploy-on-merge scope

Closes PESO-120
2026-04-03 11:18:49 +00:00

33 lines
538 B
INI

# pez-infra fleet inventory
# All hosts accessible via Tailscale IPs over SSH as root.
[linux]
helsinki-a ansible_host=100.67.6.27
london-b ansible_host=100.84.65.101
copenhagen-a ansible_host=100.89.206.60
copenhagen-c ansible_host=100.115.45.53
[alpine]
nuremberg-a ansible_host=100.117.235.28
[freebsd]
london-a ansible_host=100.122.219.41
[zfs_hosts]
london-a
london-b
[systemd_exporter_hosts]
london-b
copenhagen-a
[docker_hosts]
helsinki-a
london-b
nuremberg-a
[monitoring]
london-a
[all:vars]
ansible_user=root