This repository has been archived by the owner on Oct 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
ansible_input.yml
100 lines (97 loc) · 2.55 KB
/
ansible_input.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#############################################################################
# note: update these variables, don't change the data structure.
#############################################################################
#############################################################################
# healthbot host and credentials
#############################################################################
server: 100.123.35.0
authuser: jcluser
authpwd: Juniper!1
#############################################################################
# network devices details to add to healthbot
#############################################################################
devices_list:
- authentication:
password:
password: Juniper!1
username: jcluser
description: vMX1
device-id: vMX1
host: 100.123.1.0
iAgent:
port: 830
open-config:
port: 32768
system-id: vMX1
- authentication:
password:
password: Juniper!1
username: jcluser
description: vMX2
device-id: vMX2
host: 100.123.1.1
iAgent:
port: 830
open-config:
port: 32768
system-id: vMX2
- authentication:
password:
password: Juniper!1
username: jcluser
description: vMX3
device-id: vMX3
host: 100.123.1.2
iAgent:
port: 830
open-config:
port: 32768
system-id: vMX3
- authentication:
password:
password: Juniper!1
username: jcluser
description: vMX4
device-id: vMX4
host: 100.123.1.3
iAgent:
port: 830
open-config:
port: 32768
system-id: vMX4
- authentication:
password:
password: Juniper!1
username: jcluser
description: vMX5
device-id: vMX5
host: 100.123.1.4
iAgent:
port: 830
open-config:
port: 32768
system-id: vMX5
- authentication:
password:
password: Juniper!1
username: jcluser
description: vMX6
device-id: vMX6
host: 100.123.1.5
iAgent:
port: 830
open-config:
port: 32768
system-id: vMX6
- authentication:
password:
password: Juniper!1
username: jcluser
description: vMX7
device-id: vMX7
host: 100.123.1.6
iAgent:
port: 830
open-config:
port: 32768
system-id: vMX7