-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
54 lines (51 loc) · 1.38 KB
/
groups.yaml
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
47
48
49
50
51
52
53
54
---
# groups.yaml file
# Each group is used to attribute back to a platform
ios:
platform: ios
username: lab
password: Nebula2021
# Setting scrapli connection options
# https://github.com/carlmontanari/nornir_scrapli#a-simple-example
connection_options:
scrapli:
platform: cisco_iosxe
port: 22
extras:
auth_strict_key: false
junos:
platform: junos
username: lab
password: Nebula2021
# Setting scrapli connection options
# https://github.com/carlmontanari/nornir_scrapli#a-simple-example
connection_options:
scrapli:
platform: juniper_junos
port: 22
extras:
auth_strict_key: false
eos:
platform: eos
username: lab
password: Nebula2021
# https://github.com/carlmontanari/nornir_scrapli#a-simple-example
# Setting scrapli connection options
connection_options:
scrapli:
platform: arista_eos
port: 22
extras:
auth_strict_key: false
nxos:
platform: nxos
username: lab
password: Nebula2021
# https://github.com/carlmontanari/nornir_scrapli#a-simple-example
# Setting scrapli connection options
connection_options:
scrapli:
platform: cisco_nxos
port: 22
extras:
auth_strict_key: false