You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
766 B
37 lines
766 B
2 years ago
|
all:
|
||
|
children:
|
||
|
containers:
|
||
|
hosts:
|
||
|
ansible:
|
||
|
ansible_host: 10.0.0.3
|
||
|
ansible_ssh_private_key_file: /etc/ansible/keys/ansible
|
||
|
container_password: ---
|
||
|
container_id: 100
|
||
|
container_network: srv
|
||
|
database: {user: 'test', name: 'test', pass: 'test'}
|
||
|
|
||
|
|
||
|
nodes:
|
||
|
hosts:
|
||
|
node1:
|
||
|
ansible_host: 10.0.0.2
|
||
|
ansible_password: ---
|
||
|
ansible_ssh_extra_args: -o StrictHostKeyChecking=no
|
||
|
external_ipv4: 1.1.1.1
|
||
|
primary_role: proxmox
|
||
|
container_mtu: 1390
|
||
|
|
||
|
|
||
|
windows:
|
||
|
children:
|
||
|
workstations:
|
||
|
|
||
|
|
||
|
infra:
|
||
|
vars:
|
||
|
ansible_group_priority: 1000
|
||
|
children:
|
||
|
containers:
|
||
|
nodes:
|
||
|
windows:
|