bundles/wireguard: rework metadata.py
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b679f568eb
commit
6e423c24fb
7 changed files with 155 additions and 64 deletions
|
@ -113,7 +113,7 @@ nodes['ovh.icinga2'] = {
|
|||
'service_filter': '"checks_with_sms" in service.groups'
|
||||
},
|
||||
'wireguard': {
|
||||
'my_ip': '172.19.136.3/32',
|
||||
'my_ip': '172.19.136.3/22',
|
||||
'peers': {
|
||||
'ovh.wireguard': {},
|
||||
},
|
||||
|
|
|
@ -24,10 +24,10 @@ nodes['ovh.wireguard'] = {
|
|||
'ram': 2,
|
||||
},
|
||||
'wireguard': {
|
||||
'network': '172.19.136.0/22',
|
||||
'my_ip': '172.19.136.1/32',
|
||||
'psk': vault.random_bytes_as_base64_for('ovh.icinga2 wireguard psk'),
|
||||
'my_ip': '172.19.136.1/22',
|
||||
'peers': {
|
||||
'ovh.icinga2': {},
|
||||
'home.router': {},
|
||||
'kunsi-oneplus3': {
|
||||
'ips': {
|
||||
'172.19.136.100/32',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue