You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible_heinlein/inventory/hosts

30 lines
592 B

[alpine]
tn8-alpine ansible_host=192.168.1.182
[centos]
tn8-centos7 ansible_host=192.168.1.148
tn8-centos8 ansible_host=192.168.1.172
[debian]
tn8-deb10 ansible_host=192.168.1.163
tn8-deb9 ansible_host=192.168.1.152
[devuan]
tn8-devuan9 ansible_host=192.168.1.171
[suse]
tn8-suse151 ansible_host=192.168.1.178
[ubuntu]
tn8-ubu1604 ansible_host=192.168.1.170
tn8-ubu1804 ansible_host=192.168.1.135
tn8-ubu2004 ansible_host=192.168.1.185
#[void]
#tn8-void ansible_host=192.168.1.149
[apt:children]
debian
devuan
ubuntu
[nosysd:children]
alpine
devuan
#void
[sysd:children]
centos
debian
ubuntu