Updated inventory to groups
This commit is contained in:
parent
fd737f5bcd
commit
383e60cea2
1 changed files with 25 additions and 18 deletions
|
|
@ -1,32 +1,39 @@
|
||||||
all:
|
all:
|
||||||
hosts:
|
hosts:
|
||||||
pve:
|
pve-R730-3GDWF82:
|
||||||
ansible_host: 192.168.1.2
|
ansible_host: 192.168.1.2
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
truenas:
|
truenas:
|
||||||
ansible_host: 192.168.3.1
|
ansible_host: 192.168.3.1
|
||||||
ansible_user: truenas_admin
|
ansible_user: truenas_admin
|
||||||
|
network:
|
||||||
|
ansible_host: 192.168.1.253
|
||||||
|
ansible_user: root
|
||||||
|
mailcow:
|
||||||
|
ansible_host: 192.168.1.200
|
||||||
|
ansible_user: root
|
||||||
|
compute-0:
|
||||||
|
ansible_host: 192.168.2.2
|
||||||
|
ansible_user: root
|
||||||
|
compute-1:
|
||||||
|
ansible_host: 192.168.2.3
|
||||||
|
ansible_user: root
|
||||||
|
|
||||||
children:
|
children:
|
||||||
|
fedora:
|
||||||
|
hosts:
|
||||||
|
network:
|
||||||
|
mailcow:
|
||||||
|
compute-0:
|
||||||
|
compute-1:
|
||||||
debian:
|
debian:
|
||||||
hosts:
|
hosts:
|
||||||
pve:
|
pve:
|
||||||
truenas:
|
truenas:
|
||||||
|
docker:
|
||||||
|
hosts:
|
||||||
|
compute-0:
|
||||||
|
compute-1:
|
||||||
pve:
|
pve:
|
||||||
hosts:
|
hosts:
|
||||||
pve:
|
pve-R730-3GDWF82:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fedora:
|
|
||||||
hosts:
|
|
||||||
192.168.1.253:
|
|
||||||
192.168.1.200:
|
|
||||||
192.168.2.2:
|
|
||||||
192.168.2.3:
|
|
||||||
pve:
|
|
||||||
hosts:
|
|
||||||
192.168.1.2:
|
|
||||||
docker:
|
|
||||||
hosts:
|
|
||||||
192.168.2.2:
|
|
||||||
192.168.2.3:
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue