44 lines
1 KiB
Python
44 lines
1 KiB
Python
# https://ftp-master.debian.org/keys.html
|
|
|
|
{
|
|
'username': 'admin',
|
|
'supergroups': [
|
|
'all',
|
|
],
|
|
'bundles': [
|
|
'routeros',
|
|
],
|
|
'metadata': {
|
|
'routeros': {
|
|
'gateway': '10.0.0.1',
|
|
'bridge_priority': '0x8000',
|
|
'ports': {},
|
|
'vlans': {
|
|
'home': '1',
|
|
'iot': '2',
|
|
'internet': '3',
|
|
'proxmox': '4',
|
|
'gast': '9',
|
|
'rolf': '51',
|
|
},
|
|
'vlan_groups': {
|
|
'infra': {
|
|
'untagged': 'home',
|
|
'tagged': {
|
|
'iot',
|
|
'internet',
|
|
'proxmox',
|
|
'gast',
|
|
'rolf',
|
|
},
|
|
},
|
|
'internet': {
|
|
'untagged': 'internet',
|
|
'tagged': set(),
|
|
},
|
|
},
|
|
'vlan_ports': {},
|
|
},
|
|
},
|
|
'os': 'routeros',
|
|
}
|