From 40dc2a869ee984d40c61bd05d41812e8a9d4aa66 Mon Sep 17 00:00:00 2001 From: ePietry Date: Tue, 26 Mar 2024 16:58:01 +0100 Subject: [PATCH] Updated readme --- ansible/README.MD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ansible/README.MD b/ansible/README.MD index c2df1fd..07f7f01 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -104,6 +104,9 @@ MYIP="$(ip -4 -br addr show scope global | awk 'NR == 1 { split($3, parts, "/"); Create a `inventory.yaml` file inside the Ansible folder or define the inventory path inside the `ansible.cfg` file -Add blueprint file into the blueprint folder or use the `example_blueprint.toml` +Add blueprint file into the blueprint folder or use the `blueprint_example.toml` -Create the initial ostree repo using... \ No newline at end of file +Create the initial ostree repo using `blueprint_example.toml` use the following command: +``` +ansible-playbook playbooks/initial_ostree.yaml -e blueprint=blueprint_example.toml +```