From 90c3535ae2e2c68d98b0af63666db75e5b58c7a8 Mon Sep 17 00:00:00 2001 From: "a.pivkin" Date: Sat, 26 Oct 2024 14:37:32 +0300 Subject: [PATCH] Bookstack storage on host --- pre-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-deploy.yml b/pre-deploy.yml index 2a0b5a9..42d50d7 100644 --- a/pre-deploy.yml +++ b/pre-deploy.yml @@ -81,7 +81,7 @@ - name: running ceph bootstrap pause: - prompt: run this command to bootstrap 1st node "cephadm bootstrap --mon-ip {{ first_mon_ip }} --cluster-network {{ cluster_network }} + prompt: RUN THIS TO BOOTSTRAP THE CLUSTER "cephadm bootstrap --mon-ip {{ first_mon_ip }} --cluster-network {{ cluster_network }} --initial-dashboard-user {{ initial_dashboard_user }} --initial-dashboard-password {{ initial_dashboard_password }} --apply-spec /root/cluster_spec.yml" handlers: