20 lines
325 B
YAML
20 lines
325 B
YAML
all:
|
|
children:
|
|
vm_templates:
|
|
hosts:
|
|
basiqueChezlepro:
|
|
ansible_host: 192.168.12.99
|
|
ansible_user: ansible
|
|
ansible_become: true
|
|
|
|
web_servers:
|
|
hosts: {}
|
|
|
|
database_servers:
|
|
hosts: {}
|
|
|
|
monitoring_servers:
|
|
hosts: {}
|
|
|
|
proxmox_hosts:
|
|
hosts: {}
|