clean up some leftovers
This commit is contained in:
parent
3a0ed4a7f5
commit
e9f3268e15
2 changed files with 0 additions and 4 deletions
|
@ -39,11 +39,9 @@ groups['linux'] = {
|
||||||
'firewall': {
|
'firewall': {
|
||||||
'port_rules': {
|
'port_rules': {
|
||||||
'*': {
|
'*': {
|
||||||
'ovh.icinga2',
|
|
||||||
'icinga2',
|
'icinga2',
|
||||||
},
|
},
|
||||||
'*/udp': {
|
'*/udp': {
|
||||||
'ovh.icinga2',
|
|
||||||
'icinga2',
|
'icinga2',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,8 +17,6 @@ WG_AUTOGEN_NODES = [
|
||||||
'home.router',
|
'home.router',
|
||||||
'htz-cloud.wireguard',
|
'htz-cloud.wireguard',
|
||||||
'icinga2',
|
'icinga2',
|
||||||
'ovh.icinga2',
|
|
||||||
'ovh.wireguard',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_subnet_for_connection(repo, peer_a, peer_b):
|
def get_subnet_for_connection(repo, peer_a, peer_b):
|
||||||
|
|
Loading…
Reference in a new issue