This commit is contained in:
marito 2025-06-10 17:47:50 +08:00
parent 642528122e
commit bc39f6acf6

View File

@ -41,28 +41,41 @@ After the playbook completes successfully:
``` ```
2. **Initialize Incus:** 2. **Initialize Incus:**
Run the interactive initialization and follow the prompts to configure storage pools, networks, and other settings. Run the interactive initialization and follow the prompts to configure storage pools, networks, and other settings.
```bash ```bash
incus admin init incus admin init
``` ```
3. **Verify Setup:** You can test the installation by running. 3. **Verify Setup:**
You can test the installation by running.
```bash ```bash
incus list incus list
``` ```
4. **Access the Incus Web UI:** 4. **Access the Incus Web UI:**
Ensure Incus is listening on the network: Ensure Incus is listening on the network:
```bash ```bash
incus config set core.https_address :8443 incus config set core.https_address :8443
```
Then, access the Web UI at:
```bash
https://localhost:8443
``` ```
Follow the self-signed certificate when prompted.
5. **Setup Firewall for ufw (Optional: only if you are using ufw):** 5. **Setup Firewall for ufw (Optional: only if you are using ufw):**
Ensure Incus is listening on the network: Ensure Incus is listening on the network:
```bash ```bash
@ -72,6 +85,7 @@ After the playbook completes successfully:
``` ```
5. **Incus Network - Access Containers by Name (Optional):** 5. **Incus Network - Access Containers by Name (Optional):**
Configuring name-to-IP resolution so the host OS can reach Incus containers using their names. Configuring name-to-IP resolution so the host OS can reach Incus containers using their names.
```bash ```bash