11.0.0
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
#
|
||||
# DECORT osimage module example
|
||||
# DECORT image module example
|
||||
#
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: create
|
||||
decort_osimage:
|
||||
decort_image:
|
||||
authenticator: oauth2
|
||||
verify_ssl: False
|
||||
controller_url: "https://ds1.digitalenergy.online"
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
#
|
||||
# DECORT osimage module example
|
||||
# DECORT image module example
|
||||
#
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: create_virtual_osimage
|
||||
decort_osimage:
|
||||
- name: create_virtual_image
|
||||
decort_image:
|
||||
authenticator: oauth2
|
||||
controller_url: "https://ds1.digitalenergy.online"
|
||||
image_name: "alpine_linux_3.14.0"
|
||||
virt_name: "alpine_last"
|
||||
delegate_to: localhost
|
||||
register: osimage
|
||||
register: image
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
#
|
||||
# DECORT osimage module example
|
||||
# DECORT image module example
|
||||
#
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: get_osimage
|
||||
decort_osimage:
|
||||
- name: get_image
|
||||
decort_image:
|
||||
authenticator: oauth2
|
||||
controller_url: "https://ds1.digitalenergy.online"
|
||||
image_name: "alpine_linux_3.14.0"
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
#
|
||||
# DECORT osimage module example
|
||||
# DECORT image module example
|
||||
#
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: rename_osimage
|
||||
decort_osimage:
|
||||
- name: rename_image
|
||||
decort_image:
|
||||
authenticator: oauth2
|
||||
controller_url: "https://ds1.digitalenergy.online"
|
||||
image_name: "alpine_linux_3.14.0v2.0"
|
||||
image_id: 54321
|
||||
delegate_to: localhost
|
||||
register: osimage
|
||||
register: image
|
||||
Reference in New Issue
Block a user