From 303df06cf25967d810d663f23103c708361be941 Mon Sep 17 00:00:00 2001 From: ePietry Date: Thu, 28 Mar 2024 09:44:07 +0100 Subject: [PATCH] Readme update --- ansible/README.MD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ansible/README.MD b/ansible/README.MD index 33a5272..f4c27a2 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -128,9 +128,17 @@ ansible-playbook playbooks/build_RPMS.yaml To build a repository containing the RPMS we created, run the `repo_creation.yaml` playbook The directory where the repo is created is define in `config.yaml` as `repo_location:` -To start tge build, run : +To start the build, run : ``` ansible-playbook playbooks/repo_creation.yaml ``` +## Blueprint preparation + +To work properly, this playbook needs the property `ADMIN_SSH_PUBLIC_KEY` and `ADMIN_PASSWORD` to be define in `config.yaml` + +To start the build, run : +``` +ansible-playbook playbooks/blueprint_preparation.yaml +``` \ No newline at end of file