routeros
This commit is contained in:
parent
53933957a4
commit
85daf26174
4 changed files with 37 additions and 0 deletions
3
bundles/routeros/items.py
Normal file
3
bundles/routeros/items.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
routeros['/system/identity'] = {
|
||||||
|
'name': node.name,
|
||||||
|
}
|
14
groups/os/routeros.py
Normal file
14
groups/os/routeros.py
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# https://ftp-master.debian.org/keys.html
|
||||||
|
|
||||||
|
{
|
||||||
|
'username': 'admin',
|
||||||
|
'supergroups': [
|
||||||
|
'all',
|
||||||
|
],
|
||||||
|
'bundles': [
|
||||||
|
'routeros',
|
||||||
|
],
|
||||||
|
'metadata': {
|
||||||
|
},
|
||||||
|
'os': 'routeros',
|
||||||
|
}
|
10
nodes/home.rack-switch-10g.py
Normal file
10
nodes/home.rack-switch-10g.py
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
'hostname': '10.0.0.63',
|
||||||
|
'password': '!decrypt:encrypt$gAAAAABoYFUx2faf18aV3rzNNuBA-4xZ22LQJ2HinpgsjkoTQS_l2TbmDtiAZI1jt-kWfTZ48d5_UPX-VDmY9qb4Sgn2Iz7Yee3CrB4hl85TyutilukTIP8=',
|
||||||
|
'groups': [
|
||||||
|
'routeros',
|
||||||
|
],
|
||||||
|
'metadata': {
|
||||||
|
'id': '26eca3f1-975e-426f-bd7d-e2a1ef36519e',
|
||||||
|
},
|
||||||
|
}
|
10
nodes/home.wohnzimmer-switch-10g.py
Normal file
10
nodes/home.wohnzimmer-switch-10g.py
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
'hostname': '10.0.0.62',
|
||||||
|
'password': '!decrypt:encrypt$gAAAAABoYFSyt2JAsdePXiHim1RdQwbarJedhAOE3XpS2rGMBx-F5eCWRCIyLU2g2ocUDUIDfgH3nBipUCkdcd0Bv4vbK-yqKmGSeSH7YXLYwq3ZWuCDsLM=',
|
||||||
|
'groups': [
|
||||||
|
'routeros',
|
||||||
|
],
|
||||||
|
'metadata': {
|
||||||
|
'id': 'e6a24df7-eed1-404e-af78-15ebcbcc02a2',
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue