This commit is contained in:
marmattheo 2025-06-12 02:44:54 +00:00
parent 13756e55cc
commit 69c06c9aaf

View File

@ -4,7 +4,7 @@ This playbook automates the installation and setup of the **stable** version of
## Prerequisites
1. **Ansible and git:** 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 git -y
@ -12,7 +12,7 @@ This playbook automates the installation and setup of the **stable** version of
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
1. **Clone the repository:** Clone the repository and go to the project directory
```bash
git clone https://git.marmattheo.com/marmattheo/incus-stable-playbook.git && cd incus-stable-playbook
```
@ -71,7 +71,7 @@ After the playbook completes successfully:
Then, access the Web UI at:
```bash
https://localhost:8443
https://localhost:8443 or https://vps-ip:8443
```
> Follow the self-signed certificate instructions when prompted.