From 4ccf9a4f7baadd3cea902bb663bcccd6e0d70af3 Mon Sep 17 00:00:00 2001 From: ePietry Date: Wed, 27 Mar 2024 15:31:15 +0100 Subject: [PATCH] typo --- ansible/README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/README.MD b/ansible/README.MD index c6c464c..d4a89a2 100644 --- a/ansible/README.MD +++ b/ansible/README.MD @@ -94,6 +94,8 @@ MYIP="$(ip -4 -br addr show scope global | awk 'NR == 1 { split($3, parts, "/"); ## Ansible Config Create a `inventory.yaml` file inside the Ansible folder or define the inventory path inside the `ansible.cfg` file + + Create a `config.yaml` file inside the Ansible folder following this model: ```yaml blueprint: #name of the blueprint you want to use from the ansible/bluprint folder. EXAMPLE blueprint: blueprint_example.toml