20 lines
532 B
YAML
20 lines
532 B
YAML
all:
|
|
hosts:
|
|
home01.dn42.m4n5.nl:
|
|
ansible_host: 10.20.20.12
|
|
ansible_user: ansible
|
|
ansible_ssh_private_key_file: ~/.ssh/ansible_id_ed25519
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_port: 22
|
|
nur01.dn42.m4n5.nl:
|
|
ansible_user: ansible
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_private_key_file: ~/.ssh/ansible_id_ed25519
|
|
ansible_ssh_port: 22
|
|
|
|
children:
|
|
dn42_routers:
|
|
hosts:
|
|
home01.dn42.m4n5.nl:
|
|
nur01.dn42.m4n5.nl:
|