diff --git a/roles/lxd/tasks/main.yml b/roles/lxd/tasks/main.yml index 94576c5c..c90f398d 100644 --- a/roles/lxd/tasks/main.yml +++ b/roles/lxd/tasks/main.yml @@ -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 ""