vxlan labs

This commit is contained in:
2026-06-10 19:29:41 +02:00
parent 9ef0b273a4
commit 66ab838d10
56 changed files with 9436 additions and 1128 deletions
+41
View File
@@ -0,0 +1,41 @@
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:
cisco_c8000v:
vars:
# ansible_connection: set ansible_connection variable if required
ansible_user: admin
ansible_password: admin
hosts:
clab-pe-exp-8-rt1:
ansible_host: 172.20.20.10
clab-pe-exp-8-rt2:
ansible_host: 172.20.20.11
cisco_iol:
vars:
# ansible_connection: set ansible_connection variable if required
ansible_user: admin
ansible_password: admin
hosts:
clab-pe-exp-8-sw1:
ansible_host: 172.20.20.4
clab-pe-exp-8-sw2:
ansible_host: 172.20.20.8
linux:
hosts:
clab-pe-exp-8-client20.1:
ansible_host: 172.20.20.6
clab-pe-exp-8-client20.2:
ansible_host: 172.20.20.5
clab-pe-exp-8-client20.3:
ansible_host: 172.20.20.3
clab-pe-exp-8-client20.4:
ansible_host: 172.20.20.2
clab-pe-exp-8-client30.1:
ansible_host: 172.20.20.7
clab-pe-exp-8-client30.2:
ansible_host: 172.20.20.9