Added example inventory
This commit is contained in:
24
inventory/inventory.example.yml
Normal file
24
inventory/inventory.example.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user