exp-7: base

This commit is contained in:
2026-04-21 17:28:18 +02:00
parent e2d39a8508
commit 5ea3a1634c
16 changed files with 2122 additions and 1088 deletions
+18 -4
View File
@@ -12,12 +12,26 @@ all:
ansible_password: admin
hosts:
clab-pe-exp-7-rt1:
ansible_host: 172.20.20.5
ansible_host: 172.20.20.8
clab-pe-exp-7-rt2:
ansible_host: 172.20.20.3
ansible_host: 172.20.20.9
cisco_iol:
vars:
# ansible_connection: set ansible_connection variable if required
ansible_user: admin
ansible_password: admin
hosts:
clab-pe-exp-7-sw1:
ansible_host: 172.20.20.6
clab-pe-exp-7-sw2:
ansible_host: 172.20.20.2
linux:
hosts:
clab-pe-exp-7-client1:
ansible_host: 172.20.20.2
ansible_host: 172.20.20.7
clab-pe-exp-7-client2:
ansible_host: 172.20.20.4
ansible_host: 172.20.20.5
clab-pe-exp-7-client3:
ansible_host: 172.20.20.4
clab-pe-exp-7-client4:
ansible_host: 172.20.20.3