18 lines
577 B
YAML
18 lines
577 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:
|
|
vr-juniper_vjunosswitch:
|
|
hosts:
|
|
clab-juniper-wan-p001:
|
|
ansible_host: 172.20.20.4
|
|
clab-juniper-wan-p002:
|
|
ansible_host: 172.20.20.5
|
|
clab-juniper-wan-p003:
|
|
ansible_host: 172.20.20.2
|
|
clab-juniper-wan-p004:
|
|
ansible_host: 172.20.20.3
|