mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 07:16:57 +07:00
9 lines
114 B
YAML
9 lines
114 B
YAML
|
---
|
||
|
- name: Install LXD
|
||
|
snap:
|
||
|
name: lxd
|
||
|
classic: yes
|
||
|
|
||
|
- name: Initialize LXD
|
||
|
command: lxd init --auto
|