From d1f9867415e93717e6ea41d87e8bc14194feef0c Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Thu, 24 Aug 2023 21:37:45 +0200 Subject: [PATCH] print credentials --- src/ansible-semaphore/install-service.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ansible-semaphore/install-service.sh b/src/ansible-semaphore/install-service.sh index 1b316a4..e242d25 100644 --- a/src/ansible-semaphore/install-service.sh +++ b/src/ansible-semaphore/install-service.sh @@ -217,3 +217,6 @@ openssl dhparam -out /etc/nginx/dhparam.pem 4096 systemctl daemon-reload systemctl enable --now semaphore.service systemctl restart nginx.service + + +echo -e "\n######################################################################\n\n Please note this user and password for the semaphore login:\n '$SEMAPHORE_ADMIN' / '$SEMAPHORE_ADMIN_PASSWORD'\n Enjoy your semaphore intallation.\n\n######################################################################"