added inventory

This commit is contained in:
marito 2025-06-13 23:02:50 +08:00
parent f0b62a0b2a
commit 29d95d0f68
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ This playbook automates the installation and setup of the **stable** version of
Run the following command from the same directory as the playbook file. It will prompt you for your `sudo` password to perform the administrative tasks.
```bash
ansible-playbook playbook.yml --ask-become-pass
ansible-playbook playbook.yml -i inventory.ini --ask-become-pass
```
* `--ask-become-pass`: This flag tells Ansible to prompt for the password needed for privilege escalation (`sudo`).
@ -67,7 +67,7 @@ After the playbook completes successfully:
Configuring name-to-IP resolution so the host OS can reach Incus containers using their names.
```bash
ansible-playbook incus-network.yml --ask-become-pass
ansible-playbook incus-network.yml -i inventory.ini --ask-become-pass
```
> After this you should be able to reach your containers via their names or with the domain .incus

View File

@ -1,7 +1,6 @@
---
- name: Install and Initialize Incus from Zabbly Stable Repository
hosts: localhost
connection: local
become: yes
vars: