mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- 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
33 lines
538 B
INI
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
|