Files
decort-ansible/examples/decort_image/get-image.yaml

15 lines
305 B
YAML
Raw Normal View History

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: get_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.0"
account_Id: 79349
delegate_to: localhost
register: simple_vm