You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
328 B
16 lines
328 B
---
|
|
#
|
|
# DECORT osimage module example
|
|
#
|
|
- hosts: localhost
|
|
tasks:
|
|
- name: create_virtual_osimage
|
|
decort_osimage:
|
|
authenticator: oauth2
|
|
controller_url: "https://ds1.digitalenergy.online"
|
|
image_name: "alpine_linux_3.14.0"
|
|
virt_name: "alpine_last"
|
|
delegate_to: localhost
|
|
register: osimage
|
|
|