Files
decort-ansible/examples/decort_osimage/get-osimage.yaml
msbolshakov 36d6fe092d add exampels
2022-10-21 20:43:08 +07:00

15 lines
311 B
YAML

---
#
# DECORT osimage module example
#
- hosts: localhost
tasks:
- name: get_osimage
decort_osimage:
authenticator: oauth2
controller_url: "https://ds1.digitalenergy.online"
image_name: "alpine_linux_3.14.0"
account_Id: 79349
delegate_to: localhost
register: simple_vm