diff --git a/README.md b/README.md index 613a5a6..a88d947 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/playbook.yml b/playbook.yml index 9bcc3e0..7074541 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,7 +1,6 @@ --- - name: Install and Initialize Incus from Zabbly Stable Repository hosts: localhost - connection: local become: yes vars: