Image
Example Syntax
- name: Update image
ionoscloudsdk.ionoscloud.image:
image_id: "916b10ea-be31-11eb-b909-c608708a73fa"
name: "CentOS-8.3.2011-x86_64-boot-renamed.iso"
description: "An image used for testing the Ansible Module"
cpu_hot_plug: true
cpu_hot_unplug: false
ram_hot_plug: true
ram_hot_unplug: true
nic_hot_plug: true
nic_hot_unplug: true
disc_virtio_hot_plug: true
disc_virtio_hot_unplug: true
disc_scsi_hot_plug: true
disc_scsi_hot_unplug: false
licence_type: "LINUX"
cloud_init: V1
state: update
- name: Delete image
ionoscloudsdk.ionoscloud.image:
image_id: "916b10ea-be31-11eb-b909-c608708a73fa"
state: absent
Parameter Reference
The following parameters are supported:
Last updated