2022-07-11 15:48:02 +07:00
|
|
|
---
|
|
|
|
|
#
|
2026-02-11 13:50:28 +03:00
|
|
|
# DECORT image module example
|
2022-07-11 15:48:02 +07:00
|
|
|
#
|
|
|
|
|
- hosts: localhost
|
|
|
|
|
tasks:
|
2026-02-11 13:50:28 +03:00
|
|
|
- name: rename_image
|
|
|
|
|
decort_image:
|
2022-07-11 15:48:02 +07:00
|
|
|
authenticator: oauth2
|
|
|
|
|
controller_url: "https://ds1.digitalenergy.online"
|
|
|
|
|
image_name: "alpine_linux_3.14.0v2.0"
|
|
|
|
|
image_id: 54321
|
|
|
|
|
delegate_to: localhost
|
2026-02-11 13:50:28 +03:00
|
|
|
register: image
|