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

15 lines
327 B
YAML

---
#
# DECORT osimage module example
#
- hosts: localhost
tasks:
- name: create_virtual_osimage
decort_osimage:
authenticator: oauth2
controller_url: "https://ds1.digitalenergy.online"
image_name: "alpine_linux_3.14.0"
virt_name: "alpine_last"
delegate_to: localhost
register: osimage