first commit

This commit is contained in:
Arthur Dodin
2026-04-21 16:08:10 +02:00
commit e2d39a8508
8 changed files with 1683 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
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-7-rt1:
ansible_host: 172.20.20.5
clab-pe-exp-7-rt2:
ansible_host: 172.20.20.3
linux:
hosts:
clab-pe-exp-7-client1:
ansible_host: 172.20.20.2
clab-pe-exp-7-client2:
ansible_host: 172.20.20.4