15 lines
306 B
YAML
15 lines
306 B
YAML
---
|
|
#
|
|
# DECORT image module example
|
|
#
|
|
- hosts: localhost
|
|
tasks:
|
|
- name: rename_image
|
|
decort_image:
|
|
authenticator: oauth2
|
|
controller_url: "https://ds1.digitalenergy.online"
|
|
image_name: "alpine_linux_3.14.0v2.0"
|
|
image_id: 54321
|
|
delegate_to: localhost
|
|
register: image
|