mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
24 lines
496 B
INI
24 lines
496 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-a ansible_host=100.90.111.19
|
|
london-b ansible_host=100.84.65.101
|
|
london-c ansible_host=100.123.72.87
|
|
copenhagen-a ansible_host=100.89.206.60
|
|
copenhagen-c ansible_host=100.115.45.53
|
|
nuremberg-a ansible_host=100.70.180.24
|
|
|
|
[zfs_hosts]
|
|
london-b
|
|
|
|
[docker_hosts]
|
|
helsinki-a
|
|
london-b
|
|
london-c
|
|
nuremberg-a
|
|
copenhagen-a
|
|
|
|
[all:vars]
|
|
ansible_user=root
|