nodes/home.router: add node
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
99071bd8ba
commit
be2cdc39e8
1 changed files with 29 additions and 0 deletions
29
nodes/home/router.py
Normal file
29
nodes/home/router.py
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
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,),
|
||||||
|
}
|
Loading…
Reference in a new issue