hosts: Alphabetize groups
parent
701ce24eb3
commit
c2f819554c
74
hosts
74
hosts
|
@ -1,24 +1,8 @@
|
|||
[all:vars]
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
|
||||
[pyrocufflink]
|
||||
[ansible]
|
||||
cm0.pyrocufflink.blue
|
||||
dc0.pyrocufflink.blue
|
||||
dc1.pyrocufflink.blue
|
||||
dns0.pyrocufflink.blue
|
||||
git0.pyrocufflink.blue
|
||||
smtp0.pyrocufflink.blue
|
||||
zbx0.pyrocufflink.blue
|
||||
|
||||
[samba-dc]
|
||||
dc0.pyrocufflink.blue
|
||||
dc1.pyrocufflink.blue
|
||||
|
||||
[pyrocufflink-dns]
|
||||
dns0.pyrocufflink.blue
|
||||
|
||||
[named-server:children]
|
||||
pyrocufflink-dns
|
||||
|
||||
[dch-gw]
|
||||
gw0 ansible_host=172.31.0.1
|
||||
|
@ -32,19 +16,50 @@ dch-gw
|
|||
[gitea]
|
||||
git0.pyrocufflink.blue
|
||||
|
||||
[radvd:children]
|
||||
dch-gw
|
||||
|
||||
[jenkins-slave]
|
||||
cm0.pyrocufflink.blue
|
||||
|
||||
[ansible]
|
||||
[named-server:children]
|
||||
pyrocufflink-dns
|
||||
|
||||
[ntpd]
|
||||
dc0.pyrocufflink.blue
|
||||
|
||||
[postgresql:children]
|
||||
zabbix-server
|
||||
|
||||
[pyrocufflink]
|
||||
cm0.pyrocufflink.blue
|
||||
dc0.pyrocufflink.blue
|
||||
dc1.pyrocufflink.blue
|
||||
dns0.pyrocufflink.blue
|
||||
git0.pyrocufflink.blue
|
||||
smtp0.pyrocufflink.blue
|
||||
zbx0.pyrocufflink.blue
|
||||
|
||||
[pyrocufflink-dns]
|
||||
dns0.pyrocufflink.blue
|
||||
|
||||
[radius:children]
|
||||
samba-dc
|
||||
|
||||
[radvd:children]
|
||||
dch-gw
|
||||
|
||||
[samba-dc]
|
||||
dc0.pyrocufflink.blue
|
||||
dc1.pyrocufflink.blue
|
||||
|
||||
[smtp-relay]
|
||||
smtp0.pyrocufflink.blue
|
||||
|
||||
[smtp-relay:children]
|
||||
zabbix-server
|
||||
|
||||
[zabbix-server]
|
||||
zbx0.pyrocufflink.blue
|
||||
|
||||
[postgresql:children]
|
||||
[zabbix:children]
|
||||
zabbix-server
|
||||
|
||||
[zabbix]
|
||||
|
@ -53,18 +68,3 @@ dc0.pyrocufflink.blue
|
|||
dc1.pyrocufflink.blue
|
||||
dns0.pyrocufflink.blue
|
||||
smtp0.pyrocufflink.blue
|
||||
|
||||
[zabbix:children]
|
||||
zabbix-server
|
||||
|
||||
[smtp-relay]
|
||||
smtp0.pyrocufflink.blue
|
||||
|
||||
[smtp-relay:children]
|
||||
zabbix-server
|
||||
|
||||
[ntpd]
|
||||
dc0.pyrocufflink.blue
|
||||
|
||||
[radius:children]
|
||||
samba-dc
|
||||
|
|
Loading…
Reference in New Issue