Question 5 TP3

This commit is contained in:
2025-11-15 15:49:53 +01:00
parent 6aadc1e8e1
commit 1948a6c927
8 changed files with 289 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
username: cisco
password: cisco

View File

@@ -0,0 +1,4 @@
ios:
platform: ios
data:
vendor: Cisco

View File

@@ -0,0 +1,71 @@
R1-CPE-BAT-A:
hostname: 172.16.100.125
port: 22
groups:
- ios
data: # Anything under this key is custom data
device_name: R1-CPE-BAT-A
device_type: router
device_model: C7200
locality: lyon
building: A
R2-CPE-BAT-A:
hostname: 172.16.100.126
port: 22
groups:
- ios
data: # Anything under this key is custom data
device_name: R2-CPE-BAT-A
device_type: router
device_model: C7200
locality: lyon
building: A
ESW1-CPE-BAT-A:
hostname: 172.16.100.123
port: 22
groups:
- ios
data: # Anything under this key is custom data
device_name: ESW1-CPE-BAT-A
device_type: router_switch
device_model: C3725
locality: lyon
building: A
R1-CPE-BAT-B:
hostname: 172.16.100.189
port: 22
groups:
- ios
data: # Anything under this key is custom data
device_name: R1-CPE-BAT-B
device_type: router
device_model: C7200
locality: lyon
building: B
R2-CPE-BAT-B:
hostname: 172.16.100.190
port: 22
groups:
- ios
data: # Anything under this key is custom data
device_name: R2-CPE-BAT-B
device_type: router
device_model: C7200
locality: lyon
building: B
ESW1-CPE-BAT-B:
hostname: 172.16.100.187
port: 22
groups:
- ios
data: # Anything under this key is custom data
device_name: ESW1-CPE-BAT-B
device_type: router_switch
device_model: C3725
locality: lyon
building: B