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.
|
---
|
|
#
|
|
# DECORT osimage module example
|
|
#
|
|
- hosts: localhost
|
|
tasks:
|
|
- name: get_osimage
|
|
decort_osimage:
|
|
authenticator: oauth2
|
|
controller_url: "https://ds1.digitalenergy.online"
|
|
image_name: "alpine_linux_3.14.0"
|
|
account_Id: 79349
|
|
delegate_to: localhost
|
|
register: simple_vm
|