bundles/wireguard: health checks for everyone
This commit is contained in:
parent
15eaa94397
commit
4f260932c3
5 changed files with 45 additions and 22 deletions
|
@ -134,11 +134,12 @@ nodes['fkusei-locutus'] = {
|
|||
'privatekey': vault.decrypt('smedia$NotViaThisRepository'),
|
||||
'peers': {
|
||||
'smedia': {
|
||||
'endpoint': '185.122.180.82:51820',
|
||||
'my_ip': '10.200.128.2/20',
|
||||
'my_port': 51820,
|
||||
'endpoint': '185.122.180.82:51820',
|
||||
'psk': vault.decrypt('smedia$NotViaThisRepository'),
|
||||
'pubkey': vault.decrypt('smedia$NotViaThisRepository'),
|
||||
'their_ip': '10.200.128.1',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -163,9 +163,7 @@ nodes['home.router'] = {
|
|||
'external_hostname': 'franzi-home.kunbox.net', # Set via DynDNS
|
||||
'snat_ip': '172.19.138.1',
|
||||
'peers': {
|
||||
'ovh.wireguard': {
|
||||
'health_check': True,
|
||||
},
|
||||
'ovh.wireguard': {},
|
||||
'icinga2': {},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -35,9 +35,7 @@ nodes['ovh.wireguard'] = {
|
|||
'wireguard': {
|
||||
'peers': {
|
||||
'ovh.icinga2': {},
|
||||
'home.router': {
|
||||
'health_check': True,
|
||||
},
|
||||
'home.router': {},
|
||||
'htz-cloud.wireguard': {},
|
||||
'kunsi-oneplus3': {
|
||||
'their_ip': '172.19.136.65',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue