Files
decort-ansible/examples/decort_image/get-image.yaml
2026-02-11 13:50:28 +03:00

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