From 13756e55cc21fa7f53438de4368cd8dded5da604 Mon Sep 17 00:00:00 2001 From: marmattheo Date: Thu, 12 Jun 2025 02:42:58 +0000 Subject: [PATCH] readme updated --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15d2d7b..48bf441 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,18 @@ This playbook automates the installation and setup of the **stable** version of ## Prerequisites -1. **Ansible:** Must be installed on the machine where you are running the playbook. +1. **Ansible and git:** Must be installed on the machine where you are running the playbook. ```bash sudo apt update - sudo apt install ansible -y + sudo apt install ansible git -y ``` 2. **Sudo Access:** Your user must have `sudo` privileges to run the playbook. ## How to Run +1. **Clone the repository:** Clone the repository and go to project directory + ```bash + git clone https://git.marmattheo.com/marmattheo/incus-stable-playbook.git && cd incus-stable-playbook + ``` 1. **Customize Variables (Optional):** Open `playbook.yml` and review the `vars` section.