added inventory
This commit is contained in:
parent
f0b62a0b2a
commit
29d95d0f68
@ -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.
|
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
|
```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`).
|
* `--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.
|
Configuring name-to-IP resolution so the host OS can reach Incus containers using their names.
|
||||||
|
|
||||||
```bash
|
```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
|
> After this you should be able to reach your containers via their names or with the domain .incus
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Install and Initialize Incus from Zabbly Stable Repository
|
- name: Install and Initialize Incus from Zabbly Stable Repository
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user