Add lxd Ansible role

This commit is contained in:
Khue Doan 2020-07-20 13:10:27 +07:00
parent 7286664c71
commit c67dc1b6e6
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
---

8
roles/lxd/tasks/main.yml Normal file
View File

@ -0,0 +1,8 @@
---
- name: Install LXD
snap:
name: lxd
classic: yes
- name: Initialize LXD
command: lxd init --auto