Updated inventory
This commit is contained in:
parent
a4caabae2b
commit
fd737f5bcd
1 changed files with 15 additions and 11 deletions
|
|
@ -1,12 +1,20 @@
|
||||||
all:
|
all:
|
||||||
|
hosts:
|
||||||
|
pve:
|
||||||
|
ansible_host: 192.168.1.2
|
||||||
|
ansible_user: root
|
||||||
|
truenas:
|
||||||
|
ansible_host: 192.168.3.1
|
||||||
|
ansible_user: truenas_admin
|
||||||
children:
|
children:
|
||||||
hosts:
|
debian:
|
||||||
pve:
|
hosts:
|
||||||
ansible_host: 192.168.1.2
|
pve:
|
||||||
ansiblr_user: root
|
truenas:
|
||||||
truenas:
|
pve:
|
||||||
ansible_host: 192.168.3.1
|
hosts:
|
||||||
ansiblr_user: truenas_admin
|
pve:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fedora:
|
fedora:
|
||||||
|
|
@ -15,10 +23,6 @@ fedora:
|
||||||
192.168.1.200:
|
192.168.1.200:
|
||||||
192.168.2.2:
|
192.168.2.2:
|
||||||
192.168.2.3:
|
192.168.2.3:
|
||||||
debian:
|
|
||||||
hosts:
|
|
||||||
pve:
|
|
||||||
truenas:
|
|
||||||
pve:
|
pve:
|
||||||
hosts:
|
hosts:
|
||||||
192.168.1.2:
|
192.168.1.2:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue