Allow connect remotely

This commit is contained in:
Khue Doan 2020-07-20 13:55:16 +07:00
parent c67dc1b6e6
commit 1a16900cbc

View File

@ -6,3 +6,9 @@
- name: Initialize LXD
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 ""