clean up some leftovers

This commit is contained in:
Franzi 2023-09-23 15:05:33 +02:00
parent 3a0ed4a7f5
commit e9f3268e15
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 0 additions and 4 deletions

View file

@ -39,11 +39,9 @@ groups['linux'] = {
'firewall': { 'firewall': {
'port_rules': { 'port_rules': {
'*': { '*': {
'ovh.icinga2',
'icinga2', 'icinga2',
}, },
'*/udp': { '*/udp': {
'ovh.icinga2',
'icinga2', 'icinga2',
}, },
}, },

View file

@ -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):