From: Kristof Provost Date: Sat, 15 Feb 2025 15:46:44 +0000 (+0100) Subject: ansible: add pennestraat 22 X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=082391a2f1aafb4f2ac9d9675ea590978cbd9611;p=pennestraat-domotica ansible: add pennestraat 22 --- diff --git a/ansible/scripts/set_hostname b/ansible/scripts/set_hostname index 2cd4978..cb42c63 100755 --- a/ansible/scripts/set_hostname +++ b/ansible/scripts/set_hostname @@ -45,8 +45,13 @@ find_hostname() echo "pennestraat22a" fi + if [ "$(host_id)" == "00:0d:b9:61:c4:8c" ]; + then + echo "pennestraat22" + fi + #penestraat22 - #pennestraat22a + #pennestraat20 exit 1 }