11.0.0
This commit is contained in:
14
examples/decort_image/get-image.yaml
Normal file
14
examples/decort_image/get-image.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user