ansible: add pennestraat 22
authorKristof Provost <kp@FreeBSD.org>
Sat, 15 Feb 2025 15:46:44 +0000 (16:46 +0100)
committerKristof Provost <kp@FreeBSD.org>
Sat, 15 Feb 2025 15:46:44 +0000 (16:46 +0100)
ansible/scripts/set_hostname

index 2cd4978..cb42c63 100755 (executable)
@@ -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
 }