From c058853f73ee12114cfbcdc2ae3a026f1f9d753d Mon Sep 17 00:00:00 2001 From: Gregor Michels Date: Mon, 14 Nov 2022 02:20:51 +0100 Subject: [PATCH] activate public wifi on ans --- ansible-inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-inventory b/ansible-inventory index ea1e506..8c12eb6 100644 --- a/ansible-inventory +++ b/ansible-inventory @@ -103,7 +103,7 @@ ffl-ans-sw-access02 [site_ans:vars] wifi_ssid="GU Arno-Nitzsche-Strasse" wifi_encryption=none -wifi_disabled=1 +wifi_disabled=0 backoffice_wifi_ssid="GU Arno-Nitzsche-Strasse BO" backoffice_wifi_encryption=psk2 backoffice_wifi_psk="{{ lookup('passwordstore', 'wifi/GU_Arno-Nitzsche-Straße_Backoffice') }}"