mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-30 11:24:40 +00:00
@@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.
|
This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.
|
||||||
|
|
||||||
<!--start requires_ansible-->
|
<!--start requires_ansible -->
|
||||||
## Ansible and Python version compatibility
|
## Ansible and Python version compatibility
|
||||||
|
|
||||||
This collection has been tested against Ansible versions **>=2.14,<=2.16** and Python versions **>=3.9,<=3.12**.
|
This collection has been tested against Ansible versions **>=2.14,<=2.16** and Python versions **>=3.9,<=3.12**.
|
||||||
|
|
||||||
See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations.
|
See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations.
|
||||||
<!--end requires_ansible-->
|
<!--end requires_ansible -->
|
||||||
|
|
||||||
## Included content
|
## Included content
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ description:
|
|||||||
- Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector.
|
- Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector.
|
||||||
- Groups by namespace, namespace_vmis and labels.
|
- Groups by namespace, namespace_vmis and labels.
|
||||||
- Uses the kubectl connection plugin to access the Kubernetes cluster.
|
- Uses the kubectl connection plugin to access the Kubernetes cluster.
|
||||||
- Uses kubevirt.(yml|yaml) YAML configuration file to set parameter values.
|
- Uses *.kubevirt.(yml|yaml) YAML configuration file to set parameter values.
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- inventory_cache
|
- inventory_cache
|
||||||
|
|||||||
@@ -78,13 +78,13 @@ options:
|
|||||||
data_volume_templates:
|
data_volume_templates:
|
||||||
description:
|
description:
|
||||||
- Specify the DataVolume templates of the VirtualMachine.
|
- Specify the DataVolume templates of the VirtualMachine.
|
||||||
- 'See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_datavolumetemplatespec'
|
- 'See: https://kubevirt.io/api-reference/main/definitions.html#_v1_datavolumetemplatespec'
|
||||||
type: list
|
type: list
|
||||||
elements: 'dict'
|
elements: 'dict'
|
||||||
spec:
|
spec:
|
||||||
description:
|
description:
|
||||||
- Specify the template spec of the VirtualMachine.
|
- Specify the template spec of the VirtualMachine.
|
||||||
- 'See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_virtualmachineinstancespec'
|
- 'See: https://kubevirt.io/api-reference/main/definitions.html#_v1_virtualmachineinstancespec'
|
||||||
type: dict
|
type: dict
|
||||||
wait:
|
wait:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user