containerlabs/wan-lab/clab-clab-wan-lab01/ansible-inventory.yml

24 lines
753 B
YAML

all:
vars:
# The generated inventory is assumed to be used from the clab host.
# Hence no http proxy should be used. Therefore we make sure the http
# module does not attempt using any global http proxy.
ansible_httpapi_use_proxy: false
children:
linux:
hosts:
clab-clab-wan-lab01-client1:
ansible_host: 172.20.20.2
clab-clab-wan-lab01-client2:
ansible_host: 172.20.20.3
vr-vjunosswitch:
hosts:
clab-clab-wan-lab01-p001:
ansible_host: 172.20.20.6
clab-clab-wan-lab01-p002:
ansible_host: 172.20.20.5
clab-clab-wan-lab01-pe001:
ansible_host: 172.20.20.4
clab-clab-wan-lab01-pe002:
ansible_host: 172.20.20.7