khuedoan-homelab/roles/lxd/tasks/main.yml

15 lines
304 B
YAML
Raw Normal View History

2020-07-20 13:10:27 +07:00
---
- name: Install LXD
snap:
name: lxd
classic: yes
- name: Initialize LXD
command: lxd init --auto
2020-07-20 13:55:16 +07:00
- 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 ""