From e9f3268e1555f42e7c1f6754320ed6febb9876ed Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 23 Sep 2023 15:05:33 +0200 Subject: [PATCH] clean up some leftovers --- groups/os.py | 2 -- libs/s2s.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/groups/os.py b/groups/os.py index 4542cc8..13e954f 100644 --- a/groups/os.py +++ b/groups/os.py @@ -39,11 +39,9 @@ groups['linux'] = { 'firewall': { 'port_rules': { '*': { - 'ovh.icinga2', 'icinga2', }, '*/udp': { - 'ovh.icinga2', 'icinga2', }, }, diff --git a/libs/s2s.py b/libs/s2s.py index bc8576d..6c6b874 100644 --- a/libs/s2s.py +++ b/libs/s2s.py @@ -17,8 +17,6 @@ WG_AUTOGEN_NODES = [ 'home.router', 'htz-cloud.wireguard', 'icinga2', - 'ovh.icinga2', - 'ovh.wireguard', ] def get_subnet_for_connection(repo, peer_a, peer_b):