bundlewrap/nodes/ovh/wireguard.py

26 lines
567 B
Python
Raw Normal View History

2020-11-21 11:24:26 +00:00
nodes['ovh.wireguard'] = {
'bundles': set(),
'groups': {
'debian-buster',
},
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'51.195.47.180',
'2001:41d0:701:1100::20da/64'
},
'gateway4': '51.195.44.1',
'gateway6': '2001:41d0:701:1100::1'
},
},
'backups': {
'exclude_from_backups': True,
},
'vm': {
'cpu': 1,
'ram': 2,
},
},
}