19 lines
434 B
YAML
19 lines
434 B
YAML
|
|
# Test inventory for Veza V5 Ultra deployment
|
||
|
|
# Using localhost for testing when target host is not available
|
||
|
|
|
||
|
|
all:
|
||
|
|
vars:
|
||
|
|
ansible_user: senke
|
||
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
||
|
|
ansible_become: true
|
||
|
|
ansible_python_interpreter: /usr/bin/python3
|
||
|
|
ansible_connection: local
|
||
|
|
children:
|
||
|
|
edge:
|
||
|
|
hosts:
|
||
|
|
edge-1:
|
||
|
|
ansible_host: localhost
|
||
|
|
veza_nodes:
|
||
|
|
hosts:
|
||
|
|
edge-1:
|