Convert inventories to yaml
This commit is contained in:
parent
d3d28ec7e2
commit
b164330081
4 changed files with 155 additions and 158 deletions
147
hosts.yml
Normal file
147
hosts.yml
Normal file
|
@ -0,0 +1,147 @@
|
|||
---
|
||||
adm:
|
||||
hosts:
|
||||
adm01.home.foo.sh:
|
||||
adm02.home.foo.sh:
|
||||
backup:
|
||||
hosts:
|
||||
backup02.home.foo.sh:
|
||||
collab:
|
||||
hosts:
|
||||
collab01.home.foo.sh:
|
||||
dnagw:
|
||||
hosts:
|
||||
dna-gw01.home.foo.sh:
|
||||
dna-gw02.home.foo.sh:
|
||||
fsolgw:
|
||||
hosts:
|
||||
fsol-gw01.home.foo.sh:
|
||||
fsol-gw02.home.foo.sh:
|
||||
git:
|
||||
hosts:
|
||||
git02.home.foo.sh:
|
||||
influxdb:
|
||||
hosts:
|
||||
influxdb02.home.foo.sh:
|
||||
jenkins:
|
||||
hosts:
|
||||
jenkins01.home.foo.sh:
|
||||
ldap:
|
||||
hosts:
|
||||
ldap01.home.foo.sh:
|
||||
ldap02.home.foo.sh:
|
||||
log:
|
||||
hosts:
|
||||
log01.home.foo.sh:
|
||||
mail:
|
||||
hosts:
|
||||
mail02.home.foo.sh:
|
||||
minecraft:
|
||||
hosts:
|
||||
minecraft01.home.foo.sh:
|
||||
mirror:
|
||||
hosts:
|
||||
mirror01.home.foo.sh:
|
||||
munin:
|
||||
hosts:
|
||||
munin01.home.foo.sh:
|
||||
nas:
|
||||
hosts:
|
||||
nas02.home.foo.sh:
|
||||
nms:
|
||||
hosts:
|
||||
nms01.home.foo.sh:
|
||||
nms02.home.foo.sh:
|
||||
ns:
|
||||
hosts:
|
||||
ns01.home.foo.sh:
|
||||
ns02.home.foo.sh:
|
||||
atl01.vultr.foo.sh:
|
||||
ocinode:
|
||||
hosts:
|
||||
oci-node01.home.foo.sh:
|
||||
oci-node02.home.foo.sh:
|
||||
print:
|
||||
hosts:
|
||||
print01.home.foo.sh:
|
||||
proxy:
|
||||
hosts:
|
||||
proxy01.home.foo.sh:
|
||||
proxy02.home.foo.sh:
|
||||
relay:
|
||||
hosts:
|
||||
relay01.home.foo.sh:
|
||||
relay02.home.foo.sh:
|
||||
shell:
|
||||
hosts:
|
||||
shell01.home.foo.sh:
|
||||
shell02.home.foo.sh:
|
||||
sqldb:
|
||||
hosts:
|
||||
sqldb02.home.foo.sh:
|
||||
static:
|
||||
hosts:
|
||||
static01.home.foo.sh:
|
||||
static02.home.foo.sh:
|
||||
vmhost:
|
||||
hosts:
|
||||
vmhost01.home.foo.sh:
|
||||
vmhost02.home.foo.sh:
|
||||
zm:
|
||||
hosts:
|
||||
zm02.home.foo.sh:
|
||||
|
||||
sftpbackup:
|
||||
children:
|
||||
collab:
|
||||
ldap:
|
||||
sqldb:
|
||||
webservers:
|
||||
children:
|
||||
adm:
|
||||
collab:
|
||||
git:
|
||||
jenkins:
|
||||
ldap:
|
||||
mirror:
|
||||
munin:
|
||||
ns:
|
||||
proxy:
|
||||
relay:
|
||||
shell:
|
||||
static:
|
||||
zm:
|
||||
|
||||
fedora:
|
||||
children:
|
||||
openbsd:
|
||||
children:
|
||||
backup:
|
||||
dnagw:
|
||||
fsolgw:
|
||||
log:
|
||||
ns:
|
||||
proxy:
|
||||
relay:
|
||||
rocky8:
|
||||
children:
|
||||
adm:
|
||||
collab:
|
||||
git:
|
||||
influxdb:
|
||||
jenkins:
|
||||
ldap:
|
||||
mirror:
|
||||
mongodb:
|
||||
munin:
|
||||
nas:
|
||||
nms:
|
||||
ocinode:
|
||||
print:
|
||||
shell:
|
||||
sqldb:
|
||||
static:
|
||||
vmhost:
|
||||
zm:
|
||||
rocky9:
|
||||
children:
|
Loading…
Add table
Add a link
Reference in a new issue