khuedoan-homelab/roles/lxd/tasks/main.yml
2020-07-20 13:55:16 +07:00

15 lines
304 B
YAML

---
- name: Install LXD
snap:
name: lxd
classic: yes
- 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 ""