add exampels
This commit is contained in:
15
examples/decort_osimage/rename-osimage.yaml
Normal file
15
examples/decort_osimage/rename-osimage.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user