From 5c92a630e8464d3999fef7ce11542882819d5838 Mon Sep 17 00:00:00 2001 From: Ernest Pietryka <164904886+ePietry@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:19:50 +0100 Subject: [PATCH] Update README.MD --- ansible/README.MD | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ansible/README.MD b/ansible/README.MD index 3428682..6b08715 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -109,4 +109,14 @@ ansible-playbook playbooks/initial_ostree.yaml -e blueprint=blueprint_example.to To build RPM for kiosk-config, microshift-manifests and Google Chrome, run the `build_RPMS.yaml` playbook ``` ansible-playbook playbooks/build_RPMS.yaml -``` \ No newline at end of file +``` + +## Repository Creation +to build a repository containing the RPMS we created, run the 'repo_creation.yaml' playbook and indicate the desiered repo directory suring the -e argument. + +For instance to create repository in the '/opt/custom-rpms/' directory use : +''' +ansible-playbook playbooks/repo_creation.yaml +''' + +