From 082391a2f1aafb4f2ac9d9675ea590978cbd9611 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sat, 15 Feb 2025 16:46:44 +0100 Subject: [PATCH] ansible: add pennestraat 22 --- ansible/scripts/set_hostname | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 } -- 2.51.0