Franziska Kunsmann
be2cdc39e8
All checks were successful
bundlewrap/pipeline/head This commit looks good
29 lines
649 B
Python
29 lines
649 B
Python
nodes['home.router'] = {
|
|
'hostname': '172.19.138.10',
|
|
'bundles': set(),
|
|
'groups': set(),
|
|
'metadata': {
|
|
'interfaces': {
|
|
'enp1s0.23': {
|
|
'ips': {
|
|
'172.19.139.10/24',
|
|
},
|
|
},
|
|
'enp1s0.42': {
|
|
'ips': {
|
|
'172.19.138.10/24',
|
|
},
|
|
'gateway4': '172.19.138.1',
|
|
},
|
|
},
|
|
'backups': {
|
|
'exclude_from_backups': True,
|
|
},
|
|
'vm': {
|
|
'cpu': 2,
|
|
'ram': 2,
|
|
},
|
|
},
|
|
'os': 'debian',
|
|
'os_version': (10,),
|
|
}
|