ansible/hosts

64 lines
665 B
Text
Raw Normal View History

2022-07-19 11:44:55 +02:00
# Inventory
# Meta group containing everything except test servers
[server:children]
vm
container
physical
[vm]
bismuth # BigBlueButton
sulfur # Synapse
technetium # Test
[container]
krypton # Cybersecurity
[physical]
hindley # Various
vanadium # Proxmox
barium # Backup
# Distrubutions/info TODO: remove this and utilize facts instead to autodetect
[ubuntu]
hindley
[debian_bullseye]
sulfur
[cloudinit]
bismuth
technetium
# Groups
[apt_proxy:children]
vpn
apt_cacher_ng
2022-07-19 11:44:55 +02:00
[vpn]
hindley
sulfur
2022-07-21 15:19:24 +02:00
technetium
2022-07-19 11:44:55 +02:00
[matrix:children]
proxy
synapse
[apt_cacher_ng]
2022-07-19 11:44:55 +02:00
hindley
[synapse]
sulfur
[proxy]
2022-07-19 11:44:55 +02:00
hindley
[prometheus]
hindley
2022-07-19 11:44:55 +02:00
[proxmox]
vanadium
[backup]
2022-07-21 21:02:19 +02:00
#barium
2022-07-19 11:44:55 +02:00