readme updated

This commit is contained in:
marmattheo 2025-06-12 02:42:58 +00:00
parent 576e6d9805
commit 13756e55cc

View File

@ -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.