bundlewrap/nodes/home/router.py
Franziska Kunsmann 297c8c84fb
All checks were successful
bundlewrap/pipeline/head This commit looks good
nodes/home.router: add pppd
2020-11-13 21:41:24 +01:00

39 lines
1.1 KiB
Python

nodes['home.router'] = {
'hostname': '172.19.138.10',
'bundles': {
'pppd',
},
'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',
},
'enp1s0.100': {
'ignore': True,
},
},
'backups': {
'exclude_from_backups': True,
},
'pppd': {
'username': vault.decrypt('encrypt$gAAAAABfruZ5AZbgJ3mfMLWqIMx8o4bBRMJsDPD1jElh-vWN_gnhiuZVjrQ1-7Y6zDXNkxXiyhx8rxc2enmvo26axd7EBI8FqknCptXAPruVtDZrBCis4TE='),
'password': vault.decrypt('encrypt$gAAAAABfruaXEDkaFksFMU8g97ydWyJF8p2KcSDJJBlzaOLDsLL6oCDYjG1kMPVESOzqjn8ThtSht1uZDuMCstA-sATmLS-EWQ=='),
'interface': 'enp1s0.100',
},
'vm': {
'cpu': 2,
'ram': 2,
},
},
'os': 'debian',
'os_version': (10,),
}