nodes/ovh.wireguard: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-21 12:24:26 +01:00
parent 4557ce2538
commit e2490df48e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

25
nodes/ovh/wireguard.py Normal file
View file

@ -0,0 +1,25 @@
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,
},
},
}