|
Bogdan Timofte
authored
2 weeks ago
|
1
|
version: 1
|
|
Bogdan Timofte
authored
2 weeks ago
|
2
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
3
|
facts:
|
|
|
4
|
jump_default_port: 24
|
|
|
5
|
jump_default_user: bogdan.timofte
|
|
|
6
|
common_distribution_user: bogdan
|
|
|
7
|
notes:
|
|
Bogdan Timofte
authored
2 weeks ago
|
8
|
- Most distributions do not like dots in local usernames, so most final-host installs use bogdan.
|
|
|
9
|
- In bogdan/root import conflicts, bogdan wins.
|
|
|
10
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
11
|
ssh_options:
|
|
|
12
|
legacy_compatibility:
|
|
|
13
|
description: Company-managed jump global ssh_config compatibility options
|
|
|
14
|
options:
|
|
|
15
|
KexAlgorithms: +diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
|
|
|
16
|
Ciphers: +aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
|
|
|
17
|
HostKeyAlgorithms: +ssh-rsa
|
|
|
18
|
PubkeyAcceptedAlgorithms: +ssh-rsa
|
|
Bogdan Timofte
authored
2 weeks ago
|
19
|
ForwardAgent: yes
|
|
|
20
|
ForwardX11: no
|
|
|
21
|
PasswordAuthentication: yes
|
|
|
22
|
HostbasedAuthentication: no
|
|
|
23
|
CheckHostIP: yes
|
|
Bogdan Timofte
authored
2 weeks ago
|
24
|
StrictHostKeyChecking: ask
|
|
Bogdan Timofte
authored
2 weeks ago
|
25
|
Tunnel: no
|
|
Bogdan Timofte
authored
2 weeks ago
|
26
|
SendEnv: LANG LC_* GIT_* ANSIBLE_*
|
|
Bogdan Timofte
authored
2 weeks ago
|
27
|
HashKnownHosts: yes
|
|
|
28
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
29
|
company_managed:
|
|
|
30
|
jump_hosts:
|
|
Bogdan Timofte
authored
2 weeks ago
|
31
|
inherit_globals_on_targets: [j1, j2]
|
|
Bogdan Timofte
authored
2 weeks ago
|
32
|
match_defaults:
|
|
Bogdan Timofte
authored
2 weeks ago
|
33
|
- patterns: ["*.dr0?", "*.ar0?", "*.cr01", "*.br01", "*.as??", "*.cs0?", "*.tv01", "*.ds0?", "bucuresti.ines.dcm01", "bucuresti.nxdata.voip", "bucuresti.dolce.tv01", "*dasan*"]
|
|
|
34
|
user: bogdan.timofte
|
|
|
35
|
port: 22
|
|
|
36
|
- patterns: ["*.olt"]
|
|
|
37
|
user: bogdan.timofte@next-gen.ro
|
|
|
38
|
port: 22
|
|
|
39
|
- patterns: ["*.dhcp", "*.shaper*", "*.sentinel", "*.scan", "redmine", "speedtest", "webdevel", "scripting", "zabbix", "itpve-*", "cacti", "mx", "bucuresti.radius-pppoe", "flood-detector", "tacacs2", "tacacs1", "ns2", "ns1", "backup1", "gitlab", "nlg", "nexus", "dhcp-cmts", "*.radius-db", "jump1", "aggregator-buc", "mappix", "docker.*", "cpanel", "jump2", "nocpve-*", "ocvpn"]
|
|
|
40
|
user: bogdan.timofte
|
|
|
41
|
port: 24
|
|
|
42
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
43
|
defaults:
|
|
|
44
|
jump:
|
|
|
45
|
user: bogdan.timofte
|
|
|
46
|
port: 24
|
|
|
47
|
final_host:
|
|
|
48
|
user: bogdan
|
|
|
49
|
port: 22
|
|
|
50
|
connect_timeout: 10
|
|
|
51
|
connection_attempts: 1
|
|
Bogdan Timofte
authored
2 weeks ago
|
52
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
53
|
entrypoints:
|
|
|
54
|
is_jumper:
|
|
Bogdan Timofte
authored
2 weeks ago
|
55
|
aliases: [is-jumper]
|
|
Bogdan Timofte
authored
2 weeks ago
|
56
|
hostname: 192.168.2.100
|
|
|
57
|
user: root
|
|
|
58
|
identity_file: ~/.ssh/keys/is-jumper_ed25519
|
|
|
59
|
identities_only: true
|
|
Bogdan Timofte
authored
2 weeks ago
|
60
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
61
|
jumps:
|
|
|
62
|
j1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
63
|
aliases: [j1]
|
|
Bogdan Timofte
authored
2 weeks ago
|
64
|
hostname: 10.253.51.50
|
|
|
65
|
port: 25904
|
|
|
66
|
role: primary_vpn
|
|
|
67
|
j2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
68
|
aliases: [j2]
|
|
Bogdan Timofte
authored
2 weeks ago
|
69
|
hostname: 10.253.51.52
|
|
|
70
|
port: 25904
|
|
|
71
|
role: failover_vpn
|
|
|
72
|
j1_public:
|
|
Bogdan Timofte
authored
2 weeks ago
|
73
|
aliases: [j1]
|
|
Bogdan Timofte
authored
2 weeks ago
|
74
|
hostname: j1.next-gen.ro
|
|
|
75
|
port: 25904
|
|
|
76
|
role: emergency_public
|
|
|
77
|
j2_public:
|
|
Bogdan Timofte
authored
2 weeks ago
|
78
|
aliases: [j2]
|
|
Bogdan Timofte
authored
2 weeks ago
|
79
|
hostname: j2.next-gen.ro
|
|
|
80
|
port: 25904
|
|
|
81
|
role: emergency_public
|
|
Bogdan Timofte
authored
2 weeks ago
|
82
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
83
|
groups:
|
|
|
84
|
voip_applications:
|
|
|
85
|
description: PBX systems
|
|
|
86
|
default_jump: j1
|
|
|
87
|
hosts:
|
|
|
88
|
vo52:
|
|
Bogdan Timofte
authored
2 weeks ago
|
89
|
aliases: [vo52, vo522, vo52-new, 10.253.51.140]
|
|
Bogdan Timofte
authored
2 weeks ago
|
90
|
hostname: 10.253.51.140
|
|
|
91
|
user: root
|
|
|
92
|
vo52_old:
|
|
Bogdan Timofte
authored
2 weeks ago
|
93
|
aliases: [vo52-old]
|
|
Bogdan Timofte
authored
2 weeks ago
|
94
|
hostname: 193.16.148.152
|
|
|
95
|
user: root
|
|
|
96
|
vo53:
|
|
Bogdan Timofte
authored
2 weeks ago
|
97
|
aliases: [vo53, 193.16.148.153]
|
|
Bogdan Timofte
authored
2 weeks ago
|
98
|
hostname: 193.16.148.153
|
|
|
99
|
port: 60011
|
|
|
100
|
elastix:
|
|
Bogdan Timofte
authored
2 weeks ago
|
101
|
aliases: [elastix, elastix-magazine, 10.253.51.136]
|
|
|
102
|
hostname: 10.253.51.136
|
|
Bogdan Timofte
authored
2 weeks ago
|
103
|
user: root
|
|
Bogdan Timofte
authored
2 weeks ago
|
104
|
options: KexAlgorithms=+diffie-hellman-group14-sha1
|
|
Bogdan Timofte
authored
2 weeks ago
|
105
|
ss7:
|
|
Bogdan Timofte
authored
2 weeks ago
|
106
|
aliases: [ss7]
|
|
Bogdan Timofte
authored
2 weeks ago
|
107
|
hostname: 10.253.51.138
|
|
|
108
|
user: root
|
|
|
109
|
voip_pbx_dispecerat:
|
|
Bogdan Timofte
authored
2 weeks ago
|
110
|
aliases: [voip-pbx-dispeceri, pbx-dispeceri, 10.253.51.134]
|
|
Bogdan Timofte
authored
2 weeks ago
|
111
|
hostname: 10.253.51.134
|
|
|
112
|
user: bogdan
|
|
|
113
|
voip_pbx_bo:
|
|
Bogdan Timofte
authored
2 weeks ago
|
114
|
aliases: [voip-pbx-bo, pbx-bo, pbx-magazine, 10.253.51.135]
|
|
Bogdan Timofte
authored
2 weeks ago
|
115
|
hostname: 10.253.51.135
|
|
|
116
|
user: bogdan
|
|
Bogdan Timofte
authored
2 weeks ago
|
117
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
118
|
voip_network:
|
|
|
119
|
description: VoIP network infrastructure
|
|
|
120
|
default_jump: j1
|
|
|
121
|
hosts:
|
|
|
122
|
sbc0:
|
|
Bogdan Timofte
authored
2 weeks ago
|
123
|
aliases: [sbc0, 10.253.51.130, 10.20.30.10, 193.16.148.197]
|
|
Bogdan Timofte
authored
2 weeks ago
|
124
|
hostname: 10.253.51.130
|
|
|
125
|
sbc1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
126
|
aliases: [sbc1, 10.253.51.131, 10.20.30.10, 193.16.148.194, 193.16.148.195, 193.16.148.196, 193.16.148.198, 193.16.148.199]
|
|
Bogdan Timofte
authored
2 weeks ago
|
127
|
hostname: 10.253.51.131
|
|
|
128
|
sbc2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
129
|
aliases: [sbc2, 10.253.51.132, 10.20.30.11]
|
|
Bogdan Timofte
authored
2 weeks ago
|
130
|
hostname: 10.253.51.132
|
|
|
131
|
voip_prov:
|
|
Bogdan Timofte
authored
2 weeks ago
|
132
|
aliases: [voip-prov, 10.253.51.139]
|
|
Bogdan Timofte
authored
2 weeks ago
|
133
|
hostname: 10.253.51.139
|
|
|
134
|
portabilitate:
|
|
Bogdan Timofte
authored
2 weeks ago
|
135
|
aliases: [portabilitate, bdc, 10.253.51.133, 89.165.199.20, 89.165.232.232]
|
|
Bogdan Timofte
authored
2 weeks ago
|
136
|
hostname: 10.253.51.133
|
|
Bogdan Timofte
authored
2 weeks ago
|
137
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
138
|
porta:
|
|
|
139
|
description: PortaOne MR30 legacy
|
|
|
140
|
default_jump: j1
|
|
|
141
|
hosts:
|
|
|
142
|
porta_sip:
|
|
Bogdan Timofte
authored
2 weeks ago
|
143
|
aliases: [porta-sip, p12-sip, p12, p12.voip.ro, 193.16.148.4]
|
|
Bogdan Timofte
authored
2 weeks ago
|
144
|
hostname: 193.16.148.4
|
|
|
145
|
porta_web:
|
|
Bogdan Timofte
authored
2 weeks ago
|
146
|
aliases: [porta-web, porta-api, porta-slave, porta7, telefonie.next-gen.ro, 193.16.148.7]
|
|
Bogdan Timofte
authored
2 weeks ago
|
147
|
hostname: 193.16.148.7
|
|
|
148
|
porta_db:
|
|
Bogdan Timofte
authored
2 weeks ago
|
149
|
aliases: [porta-db, porta-master, porta1, 193.16.148.11]
|
|
Bogdan Timofte
authored
2 weeks ago
|
150
|
hostname: 193.16.148.11
|
|
|
151
|
porta_config:
|
|
Bogdan Timofte
authored
2 weeks ago
|
152
|
aliases: [porta-config, porta-configurator, 193.16.148.13]
|
|
Bogdan Timofte
authored
2 weeks ago
|
153
|
hostname: 193.16.148.13
|
|
|
154
|
pppoe:
|
|
|
155
|
description: RADIUS and PPPOE systems
|
|
|
156
|
default_jump: j1
|
|
|
157
|
defaults:
|
|
|
158
|
user: bogdan.timofte
|
|
|
159
|
port: 24
|
|
|
160
|
patterns:
|
|
Bogdan Timofte
authored
2 weeks ago
|
161
|
"*.radius-db":
|
|
Bogdan Timofte
authored
2 weeks ago
|
162
|
connect_timeout: 10
|
|
|
163
|
connection_attempts: 1
|
|
Bogdan Timofte
authored
2 weeks ago
|
164
|
"*.radius-pppoe":
|
|
Bogdan Timofte
authored
2 weeks ago
|
165
|
connect_timeout: 10
|
|
|
166
|
connection_attempts: 1
|
|
|
167
|
hosts:
|
|
|
168
|
radauti_radius_db:
|
|
Bogdan Timofte
authored
2 weeks ago
|
169
|
aliases: [radauti.radius-db, 94.53.112.30, 10.132.96.121]
|
|
Bogdan Timofte
authored
2 weeks ago
|
170
|
hostname: radauti.radius-db
|
|
|
171
|
pascani_radius_db:
|
|
Bogdan Timofte
authored
2 weeks ago
|
172
|
aliases: [pascani.radius-db, 46.214.144.7, 10.132.0.121]
|
|
Bogdan Timofte
authored
2 weeks ago
|
173
|
hostname: pascani.radius-db
|
|
|
174
|
falticeni_radius_db:
|
|
Bogdan Timofte
authored
2 weeks ago
|
175
|
aliases: [falticeni.radius-db, 46.214.136.7, 10.132.64.121]
|
|
Bogdan Timofte
authored
2 weeks ago
|
176
|
hostname: falticeni.radius-db
|
|
|
177
|
tg_frumos_radius_db:
|
|
Bogdan Timofte
authored
2 weeks ago
|
178
|
aliases: [tg_frumos.radius-db, 94.53.170.7, 10.132.32.121]
|
|
Bogdan Timofte
authored
2 weeks ago
|
179
|
hostname: tg_frumos.radius-db
|
|
|
180
|
buhusi_radius_db:
|
|
Bogdan Timofte
authored
2 weeks ago
|
181
|
aliases: [buhusi.radius-db, 46.214.240.7, 10.132.128.121]
|
|
Bogdan Timofte
authored
2 weeks ago
|
182
|
hostname: buhusi.radius-db
|
|
|
183
|
bucuresti_radius_pppoe:
|
|
Bogdan Timofte
authored
2 weeks ago
|
184
|
aliases: [bucuresti.radius-pppoe, 188.173.1.29]
|
|
Bogdan Timofte
authored
2 weeks ago
|
185
|
hostname: bucuresti.radius-pppoe
|
|
Bogdan Timofte
authored
2 weeks ago
|
186
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
187
|
legacy_public:
|
|
|
188
|
description: Legacy public VoIP jump
|
|
|
189
|
default_jump: j1
|
|
|
190
|
hosts:
|
|
|
191
|
voce_pub:
|
|
Bogdan Timofte
authored
2 weeks ago
|
192
|
aliases: [voce-pub, voce-pub2, 188.173.0.230]
|
|
Bogdan Timofte
authored
2 weeks ago
|
193
|
hostname: 188.173.0.230
|
|
|
194
|
user: bogdan
|
|
|
195
|
port: 22
|
|
Bogdan Timofte
authored
2 weeks ago
|
196
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
197
|
imported_jump_hosts:
|
|
|
198
|
description: Hosts imported from J1/J2 user SSH configs
|
|
|
199
|
default_jump: j1
|
|
|
200
|
defaults:
|
|
|
201
|
user: bogdan.timofte
|
|
|
202
|
port: 24
|
|
|
203
|
hosts:
|
|
|
204
|
host_10_132_128_121:
|
|
Bogdan Timofte
authored
2 weeks ago
|
205
|
aliases: [10.132.128.121]
|
|
Bogdan Timofte
authored
2 weeks ago
|
206
|
hostname: 10.132.128.121
|
|
|
207
|
host_188_173_0_163:
|
|
Bogdan Timofte
authored
2 weeks ago
|
208
|
aliases: [188.173.0.163]
|
|
Bogdan Timofte
authored
2 weeks ago
|
209
|
hostname: 188.173.0.163
|
|
|
210
|
user: bogdan
|
|
|
211
|
host_188_173_0_141:
|
|
Bogdan Timofte
authored
2 weeks ago
|
212
|
aliases: [188.173.0.141]
|
|
Bogdan Timofte
authored
2 weeks ago
|
213
|
hostname: 188.173.0.141
|
|
|
214
|
user: bogdan
|
|
Bogdan Timofte
authored
2 weeks ago
|
215
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
216
|
noc:
|
|
|
217
|
description: NOC hosts grouped by function
|
|
|
218
|
default_jump: j1
|
|
|
219
|
defaults:
|
|
|
220
|
user: bogdan.timofte
|
|
|
221
|
port: 24
|
|
|
222
|
pve:
|
|
|
223
|
description: Proxmox hosts
|
|
|
224
|
default_jump: j1
|
|
|
225
|
hosts:
|
|
|
226
|
nocpve_nxdata1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
227
|
aliases: [nocpve-nxdata1, 188.173.1.112, 10.253.51.24]
|
|
Bogdan Timofte
authored
2 weeks ago
|
228
|
hostname: 10.253.51.24
|
|
|
229
|
user: root
|
|
|
230
|
nocpve_nxdata2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
231
|
aliases: [nocpve-nxdata2, 188.173.1.116, 10.253.51.25]
|
|
Bogdan Timofte
authored
2 weeks ago
|
232
|
hostname: 10.253.51.25
|
|
|
233
|
user: root
|
|
|
234
|
nocpve_ines1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
235
|
aliases: [nocpve-ines1, 188.173.1.117, 10.253.51.27]
|
|
Bogdan Timofte
authored
2 weeks ago
|
236
|
hostname: 10.253.51.27
|
|
|
237
|
user: root
|
|
|
238
|
nocpve_ines2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
239
|
aliases: [nocpve-ines2, 188.173.1.118, 10.253.51.28]
|
|
Bogdan Timofte
authored
2 weeks ago
|
240
|
hostname: 10.253.51.28
|
|
|
241
|
user: root
|
|
|
242
|
itpve_ines1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
243
|
aliases: [itpve-ines1, 188.173.0.211, 10.253.51.211]
|
|
Bogdan Timofte
authored
2 weeks ago
|
244
|
hostname: 10.253.51.211
|
|
|
245
|
user: root
|
|
|
246
|
itpve_ines2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
247
|
aliases: [itpve-ines2, 188.173.0.212, 10.253.51.212]
|
|
Bogdan Timofte
authored
2 weeks ago
|
248
|
hostname: 10.253.51.212
|
|
|
249
|
user: root
|
|
|
250
|
itpve_ines3:
|
|
Bogdan Timofte
authored
2 weeks ago
|
251
|
aliases: [itpve-ines3, 188.173.0.213, 10.253.51.213]
|
|
Bogdan Timofte
authored
2 weeks ago
|
252
|
hostname: 10.253.51.213
|
|
|
253
|
user: root
|
|
|
254
|
itpve_ines4:
|
|
Bogdan Timofte
authored
2 weeks ago
|
255
|
aliases: [itpve-ines4, 188.173.0.222, 10.253.51.222]
|
|
Bogdan Timofte
authored
2 weeks ago
|
256
|
hostname: 10.253.51.222
|
|
|
257
|
user: root
|
|
|
258
|
itpve_bns1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
259
|
aliases: [itpve-bns1, 188.173.0.201, 10.253.51.201]
|
|
Bogdan Timofte
authored
2 weeks ago
|
260
|
hostname: 10.253.51.201
|
|
|
261
|
user: root
|
|
|
262
|
itpve_bns2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
263
|
aliases: [itpve-bns2, 188.173.0.202, 10.253.51.202]
|
|
Bogdan Timofte
authored
2 weeks ago
|
264
|
hostname: 10.253.51.202
|
|
|
265
|
user: root
|
|
|
266
|
itpve_bns3:
|
|
Bogdan Timofte
authored
2 weeks ago
|
267
|
aliases: [itpve-bns3, 188.173.0.203, 10.253.51.203]
|
|
Bogdan Timofte
authored
2 weeks ago
|
268
|
hostname: 10.253.51.203
|
|
|
269
|
user: root
|
|
|
270
|
itpve_bns4:
|
|
Bogdan Timofte
authored
2 weeks ago
|
271
|
aliases: [itpve-bns4, 188.173.0.220, 10.253.51.204]
|
|
Bogdan Timofte
authored
2 weeks ago
|
272
|
hostname: 10.253.51.204
|
|
|
273
|
user: root
|
|
|
274
|
backup:
|
|
|
275
|
description: Backup hosts
|
|
|
276
|
default_jump: j1
|
|
|
277
|
hosts:
|
|
|
278
|
backup_bns_01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
279
|
aliases: [backup-bns-01, 188.173.1.83]
|
|
Bogdan Timofte
authored
2 weeks ago
|
280
|
hostname: 188.173.1.83
|
|
|
281
|
user: root
|
|
Bogdan Timofte
authored
2 weeks ago
|
282
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
283
|
huawei_olts:
|
|
|
284
|
description: Huawei OLT access equipment with interactive password auth
|
|
|
285
|
default_jump: j1
|
|
|
286
|
defaults:
|
|
|
287
|
user: bogdan.timofte@next-gen.ro
|
|
|
288
|
port: 22
|
|
|
289
|
auth: password_interactive
|
|
|
290
|
hosts:
|
|
|
291
|
pascani_olt:
|
|
Bogdan Timofte
authored
2 weeks ago
|
292
|
aliases: [pascani.olt]
|
|
Bogdan Timofte
authored
2 weeks ago
|
293
|
hostname: pascani.olt
|
|
|
294
|
radauti_olt:
|
|
Bogdan Timofte
authored
2 weeks ago
|
295
|
aliases: [radauti.olt, 10.132.96.50]
|
|
Bogdan Timofte
authored
2 weeks ago
|
296
|
hostname: radauti.olt
|
|
Bogdan Timofte
authored
2 weeks ago
|
297
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
298
|
cisco_routers:
|
|
|
299
|
description: Cisco and similar managed devices with interactive password auth
|
|
|
300
|
default_jump: j1
|
|
|
301
|
defaults:
|
|
|
302
|
user: bogdan.timofte
|
|
|
303
|
port: 22
|
|
|
304
|
auth: password_interactive
|
|
|
305
|
hosts:
|
|
|
306
|
pascani_headend_cr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
307
|
aliases: [pascani.headend.cr01, 10.132.0.97]
|
|
Bogdan Timofte
authored
2 weeks ago
|
308
|
hostname: pascani.headend.cr01
|
|
|
309
|
buhusi_headend_as01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
310
|
aliases: [buhusi.headend.as01, 10.132.128.11]
|
|
Bogdan Timofte
authored
2 weeks ago
|
311
|
hostname: buhusi.headend.as01
|
|
|
312
|
buhusi_headend_as02:
|
|
Bogdan Timofte
authored
2 weeks ago
|
313
|
aliases: [buhusi.headend.as02, 10.132.128.12]
|
|
Bogdan Timofte
authored
2 weeks ago
|
314
|
hostname: buhusi.headend.as02
|
|
|
315
|
buhusi_headend_as03:
|
|
Bogdan Timofte
authored
2 weeks ago
|
316
|
aliases: [buhusi.headend.as03, 10.132.128.13]
|
|
Bogdan Timofte
authored
2 weeks ago
|
317
|
hostname: buhusi.headend.as03
|
|
|
318
|
buhusi_headend_as04:
|
|
Bogdan Timofte
authored
2 weeks ago
|
319
|
aliases: [buhusi.headend.as04, 10.132.128.14]
|
|
Bogdan Timofte
authored
2 weeks ago
|
320
|
hostname: buhusi.headend.as04
|
|
|
321
|
buhusi_headend_as05:
|
|
Bogdan Timofte
authored
2 weeks ago
|
322
|
aliases: [buhusi.headend.as05, 10.132.128.15]
|
|
Bogdan Timofte
authored
2 weeks ago
|
323
|
hostname: buhusi.headend.as05
|
|
|
324
|
buhusi_headend_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
325
|
aliases: [buhusi.headend.dr01, 10.132.128.1]
|
|
Bogdan Timofte
authored
2 weeks ago
|
326
|
hostname: buhusi.headend.dr01
|
|
|
327
|
buhusi_headend_ds02:
|
|
Bogdan Timofte
authored
2 weeks ago
|
328
|
aliases: [buhusi.headend.ds02, 10.132.128.5]
|
|
Bogdan Timofte
authored
2 weeks ago
|
329
|
hostname: buhusi.headend.ds02
|
|
|
330
|
falticeni_headend_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
331
|
aliases: [falticeni.headend.dr01, 10.132.64.1]
|
|
Bogdan Timofte
authored
2 weeks ago
|
332
|
hostname: falticeni.headend.dr01
|
|
|
333
|
falticeni_headend_ds02:
|
|
Bogdan Timofte
authored
2 weeks ago
|
334
|
aliases: [falticeni.headend.ds02, 10.132.64.5]
|
|
Bogdan Timofte
authored
2 weeks ago
|
335
|
hostname: falticeni.headend.ds02
|
|
|
336
|
falticeni_headend_ds04:
|
|
Bogdan Timofte
authored
2 weeks ago
|
337
|
aliases: [falticeni.headend.ds04, 10.132.64.7]
|
|
Bogdan Timofte
authored
2 weeks ago
|
338
|
hostname: falticeni.headend.ds04
|
|
|
339
|
pascani_headend_as01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
340
|
aliases: [pascani.headend.as01, 10.132.0.5]
|
|
Bogdan Timofte
authored
2 weeks ago
|
341
|
hostname: pascani.headend.as01
|
|
|
342
|
pascani_headend_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
343
|
aliases: [pascani.headend.dr01, 10.132.0.1]
|
|
Bogdan Timofte
authored
2 weeks ago
|
344
|
hostname: pascani.headend.dr01
|
|
|
345
|
pascani_headend_dr02:
|
|
Bogdan Timofte
authored
2 weeks ago
|
346
|
aliases: [pascani.headend.dr02, 10.132.0.100]
|
|
Bogdan Timofte
authored
2 weeks ago
|
347
|
hostname: pascani.headend.dr02
|
|
|
348
|
pascani_headend_dr03:
|
|
Bogdan Timofte
authored
2 weeks ago
|
349
|
aliases: [pascani.headend.dr03, 10.132.0.99]
|
|
Bogdan Timofte
authored
2 weeks ago
|
350
|
hostname: pascani.headend.dr03
|
|
|
351
|
pascani_headend_ds01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
352
|
aliases: [pascani.headend.ds01, 10.132.0.3]
|
|
Bogdan Timofte
authored
2 weeks ago
|
353
|
hostname: pascani.headend.ds01
|
|
|
354
|
pascani_headend_tv01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
355
|
aliases: [pascani.headend.tv01, 10.132.0.101]
|
|
Bogdan Timofte
authored
2 weeks ago
|
356
|
hostname: pascani.headend.tv01
|
|
|
357
|
radauti_headend_as01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
358
|
aliases: [radauti.headend.as01, 10.132.96.11]
|
|
Bogdan Timofte
authored
2 weeks ago
|
359
|
hostname: radauti.headend.as01
|
|
|
360
|
radauti_headend_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
361
|
aliases: [radauti.headend.dr01, 172.30.255.101]
|
|
Bogdan Timofte
authored
2 weeks ago
|
362
|
hostname: radauti.headend.dr01
|
|
|
363
|
tg_frumos_headend_as01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
364
|
aliases: [tg_frumos.headend.as01, 10.132.32.11]
|
|
Bogdan Timofte
authored
2 weeks ago
|
365
|
hostname: tg_frumos.headend.as01
|
|
|
366
|
tg_frumos_headend_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
367
|
aliases: [tg_frumos.headend.dr01, 10.132.32.1]
|
|
Bogdan Timofte
authored
2 weeks ago
|
368
|
hostname: tg_frumos.headend.dr01
|
|
|
369
|
tg_frumos_headend_ds01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
370
|
aliases: [tg_frumos.headend.ds01, 10.132.32.3]
|
|
Bogdan Timofte
authored
2 weeks ago
|
371
|
hostname: tg_frumos.headend.ds01
|
|
Bogdan Timofte
authored
2 weeks ago
|
372
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
373
|
network_switches:
|
|
|
374
|
description: DCN switches with interactive password auth
|
|
|
375
|
default_jump: j1
|
|
|
376
|
defaults:
|
|
|
377
|
user: bogdan.timofte
|
|
|
378
|
port: 22
|
|
|
379
|
auth: password_interactive
|
|
|
380
|
hosts:
|
|
|
381
|
buhusi_psw_010:
|
|
Bogdan Timofte
authored
2 weeks ago
|
382
|
aliases: [buhusi-psw-010, 10.132.128.20]
|
|
Bogdan Timofte
authored
2 weeks ago
|
383
|
hostname: buhusi-psw-010
|
|
|
384
|
buhusi_psw_011:
|
|
Bogdan Timofte
authored
2 weeks ago
|
385
|
aliases: [buhusi-psw-011, 10.132.128.21]
|
|
Bogdan Timofte
authored
2 weeks ago
|
386
|
hostname: buhusi-psw-011
|
|
|
387
|
buhusi_psw_012:
|
|
Bogdan Timofte
authored
2 weeks ago
|
388
|
aliases: [buhusi-psw-012, 10.132.128.22]
|
|
Bogdan Timofte
authored
2 weeks ago
|
389
|
hostname: buhusi-psw-012
|
|
|
390
|
buhusi_psw_013:
|
|
Bogdan Timofte
authored
2 weeks ago
|
391
|
aliases: [buhusi-psw-013, 10.132.128.23]
|
|
Bogdan Timofte
authored
2 weeks ago
|
392
|
hostname: buhusi-psw-013
|
|
|
393
|
buhusi_psw_014:
|
|
Bogdan Timofte
authored
2 weeks ago
|
394
|
aliases: [buhusi-psw-014, 10.132.128.24]
|
|
Bogdan Timofte
authored
2 weeks ago
|
395
|
hostname: buhusi-psw-014
|
|
|
396
|
buhusi_silistea_psw_001:
|
|
Bogdan Timofte
authored
2 weeks ago
|
397
|
aliases: [buhusi.silistea.psw-001, 10.132.128.50]
|
|
Bogdan Timofte
authored
2 weeks ago
|
398
|
hostname: buhusi.silistea.psw-001
|
|
|
399
|
falticeni_psw_110:
|
|
Bogdan Timofte
authored
2 weeks ago
|
400
|
aliases: [falticeni-psw-110, 10.132.64.20]
|
|
Bogdan Timofte
authored
2 weeks ago
|
401
|
hostname: falticeni-psw-110
|
|
|
402
|
radauti_headend_ag001:
|
|
Bogdan Timofte
authored
2 weeks ago
|
403
|
aliases: [radauti.headend.ag001, 10.132.96.12]
|
|
Bogdan Timofte
authored
2 weeks ago
|
404
|
hostname: radauti.headend.ag001
|
|
Bogdan Timofte
authored
2 weeks ago
|
405
|
|
|
Bogdan Timofte
authored
2 weeks ago
|
406
|
mikrotik_routers:
|
|
|
407
|
description: MikroTik CRS/CCR equipment with interactive password auth
|
|
|
408
|
default_jump: j1
|
|
|
409
|
defaults:
|
|
|
410
|
user: admin
|
|
|
411
|
port: 24
|
|
|
412
|
auth: password_interactive
|
|
|
413
|
hosts:
|
|
|
414
|
buhusi_mikrotik_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
415
|
aliases: [buhusi.mikrotik.dr01, 10.132.128.110]
|
|
Bogdan Timofte
authored
2 weeks ago
|
416
|
hostname: buhusi.mikrotik.dr01
|
|
|
417
|
buhusi_mikrotik_ds01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
418
|
aliases: [buhusi.mikrotik.ds01, 10.132.128.100]
|
|
Bogdan Timofte
authored
2 weeks ago
|
419
|
hostname: buhusi.mikrotik.ds01
|
|
|
420
|
buhusi_mikrotik_pppoe01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
421
|
aliases: [buhusi.mikrotik.pppoe01, 10.132.128.111]
|
|
Bogdan Timofte
authored
2 weeks ago
|
422
|
hostname: buhusi.mikrotik.pppoe01
|
|
|
423
|
buhusi_mikrotik_pppoe02:
|
|
Bogdan Timofte
authored
2 weeks ago
|
424
|
aliases: [buhusi.mikrotik.pppoe02, 10.132.128.112]
|
|
Bogdan Timofte
authored
2 weeks ago
|
425
|
hostname: buhusi.mikrotik.pppoe02
|
|
|
426
|
falticeni_mikrotik_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
427
|
aliases: [falticeni.mikrotik.dr01, 10.132.64.110]
|
|
Bogdan Timofte
authored
2 weeks ago
|
428
|
hostname: falticeni.mikrotik.dr01
|
|
|
429
|
falticeni_mikrotik_ds01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
430
|
aliases: [falticeni.mikrotik.ds01, 10.132.64.100]
|
|
Bogdan Timofte
authored
2 weeks ago
|
431
|
hostname: falticeni.mikrotik.ds01
|
|
|
432
|
falticeni_mikrotik_pppoe1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
433
|
aliases: [falticeni.mikrotik.pppoe1, 10.132.64.111]
|
|
Bogdan Timofte
authored
2 weeks ago
|
434
|
hostname: falticeni.mikrotik.pppoe1
|
|
|
435
|
falticeni_mikrotik_pppoe2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
436
|
aliases: [falticeni.mikrotik.pppoe2, 10.132.64.112]
|
|
Bogdan Timofte
authored
2 weeks ago
|
437
|
hostname: falticeni.mikrotik.pppoe2
|
|
|
438
|
pascani_mikrotik_pppoe1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
439
|
aliases: [pascani.mikrotik.pppoe1, 10.132.0.111]
|
|
Bogdan Timofte
authored
2 weeks ago
|
440
|
hostname: pascani.mikrotik.pppoe1
|
|
|
441
|
pascani_mikrotik_pppoe2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
442
|
aliases: [pascani.mikrotik.pppoe2, 10.132.0.112]
|
|
Bogdan Timofte
authored
2 weeks ago
|
443
|
hostname: pascani.mikrotik.pppoe2
|
|
|
444
|
radauti_mikrotik_pppoe1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
445
|
aliases: [radauti.mikrotik.pppoe1, 10.132.96.111]
|
|
Bogdan Timofte
authored
2 weeks ago
|
446
|
hostname: radauti.mikrotik.pppoe1
|
|
|
447
|
radauti_mikrotik_pppoe2:
|
|
Bogdan Timofte
authored
2 weeks ago
|
448
|
aliases: [radauti.mikrotik.pppoe2, 10.132.96.112]
|
|
Bogdan Timofte
authored
2 weeks ago
|
449
|
hostname: radauti.mikrotik.pppoe2
|
|
|
450
|
tg_frumos_mikrotik_dr01:
|
|
Bogdan Timofte
authored
2 weeks ago
|
451
|
aliases: [tg_frumos.mikrotik.dr01, 94.53.170.1]
|
|
Bogdan Timofte
authored
2 weeks ago
|
452
|
hostname: tg_frumos.mikrotik.dr01
|
|
|
453
|
tg_frumos_mikrotik_pppoe1:
|
|
Bogdan Timofte
authored
2 weeks ago
|
454
|
aliases: [tg_frumos.mikrotik.pppoe1, 10.132.32.111]
|
|
Bogdan Timofte
authored
2 weeks ago
|
455
|
hostname: tg_frumos.mikrotik.pppoe1
|