From 49e71f9184b8723d8df5721fab84256b8a16b683 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Fri, 3 May 2024 16:49:24 -0400 Subject: [PATCH] wip: Update cloud-config to use jcfr/exosphere@morpho-cloud-portal-2024.05.02-5bbfab3db --- cloud-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-config b/cloud-config index ff0bcefa..cc72a0fd 100644 --- a/cloud-config +++ b/cloud-config @@ -32,8 +32,8 @@ runcmd: # --checkout "{instance-config-mgt-repo-checkout}" # -e "{ansible-extra-vars}" ansible-pull \ - --url "https://gitlab.com/exosphere/exosphere.git" \ - --checkout "master" \ + --url "https://github.com/jcfr/exosphere.git" \ + --checkout "morpho-cloud-portal-2024.05.02-5bbfab3db" \ --directory /opt/instance-config-mgt \ -i /opt/instance-config-mgt/ansible/hosts \ -e "{\"guac_enabled\":true,\"gui_enabled\":true}" \