From 53e4548fe9ec816fa0c83cfc00db494746ca7f19 Mon Sep 17 00:00:00 2001 From: Erwann Roussy Date: Thu, 21 Mar 2024 09:11:44 +0100 Subject: [PATCH] README.adoc: Add a standalone setup part Signed-off-by: Erwann Roussy --- README.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.adoc b/README.adoc index ad4b0e790..7aa7c461c 100644 --- a/README.adoc +++ b/README.adoc @@ -264,6 +264,18 @@ The --skip-tags "package-install" is there for ceph-ansible no to try to install The --limit cluster_machines is there not to take into account the guests or standalone machines in the inventory. +=== Setting up a standalone machine + +To set up a standalone machine, you can also use the playbook _cluster_setup_debian.yaml_ which regroups the other playbooks. + + $ ansible-playbook -i inventories/standalone_inventory.yaml --limit standalone_machine playbooks/cluster_setup_debian.yaml + +Or if you use `cqfd`: + + $ cqfd run ansible-playbook -i inventories/standalone_inventory.yaml --limit standalone_machine playbooks/cluster_setup_debian.yaml + +The --limit standalone_machine is there not to take into account the guests or cluster machines in the inventory. + === Hardening === SEAPATH cluster security can be improved by running the Hardening playbook