ansible/hosts

40 lines
582 B
Plaintext

# Crans servers inventory
# How to name your server ?
# > We name servers according to location, then type.
# > So all containers at OVH are in ovh-container.
# > Then we regroup everything in global geographic and type groups.
[crans-pve]
[crans-container]
[crans-vm]
prometheus.adm.crans.org
[ovh-server]
# everything at crans
[crans:children]
crans-pve
crans-container
crans-vm
# everything at ovh
[ovh:children]
ovh-server
# every LXC container
[container:children]
crans-container
# every virtual machine
[vm:children]
crans-vm
# every PVE
[pve:children]
crans-pve