nodes/ovh.wireguard: introduce
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
4557ce2538
commit
e2490df48e
1 changed files with 25 additions and 0 deletions
25
nodes/ovh/wireguard.py
Normal file
25
nodes/ovh/wireguard.py
Normal 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,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue