add new hosts
This commit is contained in:
parent
9e79206de2
commit
7f6f9530b3
|
@ -10,6 +10,14 @@ all:
|
||||||
pihole.lan.0rpheus.net:
|
pihole.lan.0rpheus.net:
|
||||||
ansible_ssh_host: 192.168.0.4
|
ansible_ssh_host: 192.168.0.4
|
||||||
|
|
||||||
|
children:
|
||||||
|
proxmox:
|
||||||
|
hosts:
|
||||||
|
unifi.vm.0rpheus.net:
|
||||||
|
minio.vm.0rpheus.net:
|
||||||
|
portainer.vm.0rpheus.net:
|
||||||
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
ansible_become: false
|
ansible_become: false
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
|
|
Loading…
Reference in New Issue