add group switches-mikrotik

This commit is contained in:
Franzi 2023-03-31 16:47:27 +02:00
parent 5af85ad535
commit bbbcfee042
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 10 additions and 4 deletions

View file

@ -17,3 +17,12 @@ groups['dns'] = {
},
},
}
groups['switches-mikrotik'] = {
'bundles': {
'routeros',
},
'locking_node': 'home.router',
'os': 'routeros',
'username': 'admin',
}

View file

@ -1,6 +1,3 @@
bundles = ["routeros"]
groups = ["switches-mikrotik"]
hostname = "172.19.138.4"
locking_node = "home.router"
os = "routeros"
password = "encrypt$gAAAAABkI1Eqsust7XuYFK2-FaRzXWM5fOXumhdi5fWNokLtM0CBAqVqc5zcg37XH_JIZvkhp3buKvswcvd_znaV3Rb8kKeJTs4_VJo6OsvbiWkujfT50HspoUXER0JSZSmeZts8a_2i"
username = "admin"