Initial commit
This commit is contained in:
commit
c30d65b16e
14 changed files with 301 additions and 0 deletions
9
tasks/pkg.yml
Normal file
9
tasks/pkg.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Install dependancies
|
||||
apk:
|
||||
name:
|
||||
- lxc
|
||||
- lxc-download
|
||||
- py3-lxc
|
||||
- xz
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue