From 8d72ca805d5a9c46d4ffb9e34dcd559f305ad7e2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 13 Feb 2022 09:54:20 +0100 Subject: [PATCH] kunsi-p14s: clean up after setup --- nodes/kunsi-p14s.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/nodes/kunsi-p14s.py b/nodes/kunsi-p14s.py index b964412..251888e 100644 --- a/nodes/kunsi-p14s.py +++ b/nodes/kunsi-p14s.py @@ -43,14 +43,6 @@ nodes['kunsi-p14s'] = { '8000': {'*'}, }, }, - #'hosts': { - # 'entries': { - # '10.101.64.10': { - # 'www.wifionice.de', - # 'wifionice.de', - # }, - # }, - #}, 'icinga_options': { 'exclude_from_monitoring': True, }, @@ -59,10 +51,7 @@ nodes['kunsi-p14s'] = { 'dhcp': True, }, 'enp5s0': { - 'ips': { - '172.19.138.90', - }, - 'gateway4': '172.19.138.1', + 'dhcp': True, }, # there is also wlp3s0, but that's managed by netctl },