update
This commit is contained in:
parent
da473d47f6
commit
827585812a
@ -69,7 +69,7 @@ After the playbook completes successfully:
|
|||||||
```bash
|
```bash
|
||||||
https://localhost:8443
|
https://localhost:8443
|
||||||
```
|
```
|
||||||
> Follow the self-signed certificate when prompted.
|
> Follow the self-signed certificate instructions 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):**
|
||||||
|
|
||||||
@ -88,7 +88,8 @@ After the playbook completes successfully:
|
|||||||
```bash
|
```bash
|
||||||
ansible-playbook incus-network.yml --ask-become-pass
|
ansible-playbook incus-network.yml --ask-become-pass
|
||||||
```
|
```
|
||||||
> After this you should be able to reach your containers; i.e., `sudo ping container_name` or `sudo ping container_name.incus`
|
> After this you should be able to reach your containers via their names or with the domain .incus
|
||||||
|
> i.e., `sudo ping container_name`, `sudo ping container_name.incus` on terminal or `http://container_name.incus` inside an nginx config
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user