-
Notifications
You must be signed in to change notification settings - Fork 6
/
inventory.yml
46 lines (44 loc) · 985 Bytes
/
inventory.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
credentials:
default:
username: admin
password: admin
eos:
username: commando
password: commando
secondary-password: supercommando
transports:
default: {}
# default has the following default settings
# port: 22
# strict-key: false
# transport-type: standard
#
# optional settings
# ssh-config-file: /your/ssh/config/file
eos:
transport-type: system
devices:
sros:
platform: nokia_sros
address: clab-scrapli-sros
send-commands:
- show version
- show router interface
eos:
platform: arista_eos
address: clab-scrapli-ceos
credentials: eos
transport: eos
send-commands-from-file: somefile.txt
send-commands:
- show version
- show uptime
srlinux:
platform: nokia_srlinux
address: clab-scrapli-srlinux
send-commands:
- /system information location "commando"
- commit now
send-commands:
- show version
- show network-instance interfaces