15 lines
305 B
YAML
15 lines
305 B
YAML
---
|
|
#
|
|
# DECORT image module example
|
|
#
|
|
- hosts: localhost
|
|
tasks:
|
|
- name: get_image
|
|
decort_image:
|
|
authenticator: oauth2
|
|
controller_url: "https://ds1.digitalenergy.online"
|
|
image_name: "alpine_linux_3.14.0"
|
|
account_Id: 79349
|
|
delegate_to: localhost
|
|
register: simple_vm
|