mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +07:00
15 lines
304 B
YAML
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 ""
|