40 lines
748 B
YAML
40 lines
748 B
YAML
all:
|
|
hosts:
|
|
pve-R730-3GDWF82:
|
|
ansible_host: 192.168.1.2
|
|
ansible_user: root
|
|
truenas:
|
|
ansible_host: 192.168.3.1
|
|
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:
|
|
fedora:
|
|
hosts:
|
|
network:
|
|
compute-0:
|
|
compute-1:
|
|
debian:
|
|
hosts:
|
|
mailcow:
|
|
docker:
|
|
hosts:
|
|
compute-0:
|
|
compute-1:
|
|
pve:
|
|
hosts:
|
|
pve-R730-3GDWF82:
|
|
nas:
|
|
hosts:
|
|
truenas: |