24 lines
334 B
YAML
24 lines
334 B
YAML
all:
|
|
vars:
|
|
ansible_user: root
|
|
hosts:
|
|
proxmox-host:
|
|
ansible_host: 192.168.1.1
|
|
virtual-machine:
|
|
ansible_host: 192.168.1.2
|
|
container-host:
|
|
ansible_host: 192.168.1.3
|
|
|
|
pve:
|
|
hosts:
|
|
proxmox-host:
|
|
|
|
vms:
|
|
hosts:
|
|
virtual-machine:
|
|
vars:
|
|
ansible_user: user
|
|
|
|
cts:
|
|
hosts:
|
|
container-host: |