Files
decort-ansible/examples/decort_osimage/rename-osimage.yaml
2025-07-21 14:47:02 +03:00

15 lines
314 B
YAML

---
#
# DECORT osimage module example
#
- hosts: localhost
tasks:
- name: rename_osimage
decort_osimage:
authenticator: oauth2
controller_url: "https://ds1.digitalenergy.online"
image_name: "alpine_linux_3.14.0v2.0"
image_id: 54321
delegate_to: localhost
register: osimage