15 lines
319 B
YAML
15 lines
319 B
YAML
---
|
|
#
|
|
# DECORT image module example
|
|
#
|
|
- hosts: localhost
|
|
tasks:
|
|
- name: create_virtual_image
|
|
decort_image:
|
|
authenticator: oauth2
|
|
controller_url: "https://ds1.digitalenergy.online"
|
|
image_name: "alpine_linux_3.14.0"
|
|
virt_name: "alpine_last"
|
|
delegate_to: localhost
|
|
register: image
|