mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Allow connect remotely
This commit is contained in:
parent
c67dc1b6e6
commit
1a16900cbc
@ -6,3 +6,9 @@
|
|||||||
|
|
||||||
- name: Initialize LXD
|
- name: Initialize LXD
|
||||||
command: lxd init --auto
|
command: lxd init --auto
|
||||||
|
|
||||||
|
- name: Make LXD to be available over the network
|
||||||
|
command: lxc config set core.https_address "[::]"
|
||||||
|
|
||||||
|
- name: Set password for new clients
|
||||||
|
command: lxc config set core.trust_password ""
|
||||||
|
Loading…
Reference in New Issue
Block a user