From 08f1e0fa5b502388c8ea79ddfe37f55021309bde Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Thu, 26 Jan 2023 00:07:14 +0100
Subject: [PATCH] =?UTF-8?q?server=20access=20f=C3=BCr=20jabertwo,=20alte?=
 =?UTF-8?q?=20vorstandsmitglieder=20entfernt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 host_vars/tiffany    | 1 +
 host_vars/verwaltung | 7 +++----
 host_vars/weatherwax | 1 +
 host_vars/webserver  | 1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/host_vars/tiffany b/host_vars/tiffany
index e9309109..5cd2f4bf 100644
--- a/host_vars/tiffany
+++ b/host_vars/tiffany
@@ -26,5 +26,6 @@ int_ip4: 159.69.57.15
 administratorenteam:
   - "void"
   - "sandhome"
+  - "jabertwo"
 
 
diff --git a/host_vars/verwaltung b/host_vars/verwaltung
index 621bd2aa..4fbe9612 100644
--- a/host_vars/verwaltung
+++ b/host_vars/verwaltung
@@ -45,14 +45,13 @@ openvpn_clients:
 
 administratorenteam:
   - "void"
-  - "sandhome"
+  - "jabertwo"
 
 vorstandteam:
-  - "sandhome"
   - "void"
   - "larsm"
-  - "h3rb3rn"
-  - "mowoe"
+  - "jabertwo"
+  - "3d"
 
 # Docker konfigurationen 
 docker:
diff --git a/host_vars/weatherwax b/host_vars/weatherwax
index a2b13752..d6d4deee 100644
--- a/host_vars/weatherwax
+++ b/host_vars/weatherwax
@@ -26,5 +26,6 @@ int_ip4: 192.168.0.200
 administratorenteam:
   - "void"
   - "sandhome"
+  - "jabertwo"
 
 
diff --git a/host_vars/webserver b/host_vars/webserver
index c16bda72..2d858232 100644
--- a/host_vars/webserver
+++ b/host_vars/webserver
@@ -58,6 +58,7 @@ openvpn_server:
 administratorenteam:
   - "void"
   - "sandhome"
+  - "jabertwo"
 
 # Docker konfigurationen 
 docker:
-- 
GitLab