Launch the container
This commit is contained in:
parent
55cf3d38b5
commit
8561ea619a
@ -5,3 +5,16 @@
|
|||||||
|
|
||||||
- import_tasks: lxd_profile.yml
|
- import_tasks: lxd_profile.yml
|
||||||
|
|
||||||
|
- name: Launch LXD container
|
||||||
|
lxd_container:
|
||||||
|
name: '{{ container }}'
|
||||||
|
ephemeral: no
|
||||||
|
profiles: ['odoo14']
|
||||||
|
source:
|
||||||
|
type: image
|
||||||
|
mode: pull
|
||||||
|
server: https://cloud-images.ubuntu.com/releases
|
||||||
|
protocol: simplestreams
|
||||||
|
alias: 'ubuntu/20.04'
|
||||||
|
|
||||||
|
# fingerprint: e0c3495ffd48
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user