diff --git a/main/_sources/plugins/kubevirt.rst.txt b/main/_sources/plugins/kubevirt.rst.txt index e5dfcb2..9352e4b 100644 --- a/main/_sources/plugins/kubevirt.rst.txt +++ b/main/_sources/plugins/kubevirt.rst.txt @@ -1,4 +1,3 @@ - .. Document meta :orphan: @@ -7,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.12.0 + :antsibull-docs: 2.13.1 .. Anchors @@ -51,8 +50,8 @@ Synopsis - Fetch virtual machines from one or more namespaces with an optional label selector. - Groups by cluster name, namespaces and labels. -- Uses \ :ansval:`\*.kubevirt.[yml|yaml]`\ YAML configuration file to set parameter values. -- By default it uses the active context in \ :emphasis:`~/.kube/config`\ and will return all virtual machines for all namespaces the active user is authorized to access. +- Uses :ansval:`\*.kubevirt.[yml|yaml]` YAML configuration file to set parameter values. +- By default it uses the active context in :emphasis:`~/.kube/config` and will return all virtual machines for all namespaces the active user is authorized to access. .. Aliases @@ -1036,7 +1035,7 @@ Notes ----- .. note:: - - To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt#inventory:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt#inventory:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt#inventory:kubeconfig`\ file. + - To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt#inventory:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt#inventory:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt#inventory:kubeconfig` file. .. Seealso @@ -1048,7 +1047,6 @@ Examples .. code-block:: yaml+jinja - # Filename must end with kubevirt.[yml|yaml] # Authenticate with token and return all virtual machines from all accessible namespaces @@ -1076,7 +1074,6 @@ Examples - .. Facts @@ -1091,7 +1088,7 @@ Examples Authors ~~~~~~~ -- KubeVirt.io Project +- KubeVirt.io Project .. hint:: @@ -1101,4 +1098,3 @@ Authors .. Parsing errors - diff --git a/main/_sources/plugins/kubevirt_vm.rst.txt b/main/_sources/plugins/kubevirt_vm.rst.txt index d9916fc..de69c26 100644 --- a/main/_sources/plugins/kubevirt_vm.rst.txt +++ b/main/_sources/plugins/kubevirt_vm.rst.txt @@ -1,4 +1,3 @@ - .. Document meta :orphan: @@ -7,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.12.0 + :antsibull-docs: 2.13.1 .. Anchors @@ -755,7 +754,7 @@ Notes ----- .. note:: - - To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt\_vm#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt\_vm#module:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt\_vm#module:kubeconfig`\ file. + - To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt\_vm#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt\_vm#module:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt\_vm#module:kubeconfig` file. .. Seealso @@ -767,7 +766,6 @@ Examples .. code-block:: yaml+jinja - - name: Create a VirtualMachine kubevirt.core.kubevirt_vm: state: present @@ -853,7 +851,6 @@ Examples - .. Facts @@ -945,7 +942,7 @@ Common return values are documented :ref:`here `, the foll Authors ~~~~~~~ -- KubeVirt.io Project +- KubeVirt.io Project @@ -953,4 +950,3 @@ Authors .. Parsing errors - diff --git a/main/_sources/plugins/kubevirt_vm_info.rst.txt b/main/_sources/plugins/kubevirt_vm_info.rst.txt index fe555c3..9da7f79 100644 --- a/main/_sources/plugins/kubevirt_vm_info.rst.txt +++ b/main/_sources/plugins/kubevirt_vm_info.rst.txt @@ -1,4 +1,3 @@ - .. Document meta :orphan: @@ -7,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.12.0 + :antsibull-docs: 2.13.1 .. Anchors @@ -49,8 +48,8 @@ Synopsis .. Description -- Use the Kubernetes Python client to perform read operations on KubeVirt \ :literal:`VirtualMachines`\ . -- Pass options to find \ :literal:`VirtualMachines`\ as module arguments. +- Use the Kubernetes Python client to perform read operations on KubeVirt :literal:`VirtualMachines`. +- Pass options to find :literal:`VirtualMachines` as module arguments. - Authenticate using either a config file, certificates, password or token. - Supports check mode. @@ -544,7 +543,7 @@ Notes ----- .. note:: - - To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:kubeconfig`\ file. + - To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:kubeconfig` file. .. Seealso @@ -556,7 +555,6 @@ Examples .. code-block:: yaml+jinja - - name: Get an existing VirtualMachine kubevirt.core.kubevirt_vm_info: name: testvm @@ -592,7 +590,6 @@ Examples - .. Facts @@ -724,7 +721,7 @@ Common return values are documented :ref:`here `, the foll Authors ~~~~~~~ -- KubeVirt.io Project +- KubeVirt.io Project @@ -732,4 +729,3 @@ Authors .. Parsing errors - diff --git a/main/_sources/plugins/kubevirt_vmi_info.rst.txt b/main/_sources/plugins/kubevirt_vmi_info.rst.txt index 226e6c2..526c589 100644 --- a/main/_sources/plugins/kubevirt_vmi_info.rst.txt +++ b/main/_sources/plugins/kubevirt_vmi_info.rst.txt @@ -1,4 +1,3 @@ - .. Document meta :orphan: @@ -7,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.12.0 + :antsibull-docs: 2.13.1 .. Anchors @@ -49,8 +48,8 @@ Synopsis .. Description -- Use the Kubernetes Python client to perform read operations on KubeVirt \ :literal:`VirtualMachineInstances`\ . -- Pass options to find \ :literal:`VirtualMachineInstances`\ as module arguments. +- Use the Kubernetes Python client to perform read operations on KubeVirt :literal:`VirtualMachineInstances`. +- Pass options to find :literal:`VirtualMachineInstances` as module arguments. - Authenticate using either a config file, certificates, password or token. - Supports check mode. @@ -521,7 +520,7 @@ Notes ----- .. note:: - - To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:kubeconfig`\ file. + - To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:kubeconfig` file. .. Seealso @@ -533,7 +532,6 @@ Examples .. code-block:: yaml+jinja - - name: Get an existing VirtualMachineInstance kubevirt.core.kubevirt_vmi_info: name: testvmi @@ -562,7 +560,6 @@ Examples - .. Facts @@ -694,7 +691,7 @@ Common return values are documented :ref:`here `, the foll Authors ~~~~~~~ -- KubeVirt.io Project +- KubeVirt.io Project @@ -702,4 +699,3 @@ Authors .. Parsing errors - diff --git a/main/plugins/kubevirt.html b/main/plugins/kubevirt.html index 5417343..a7256af 100644 --- a/main/plugins/kubevirt.html +++ b/main/plugins/kubevirt.html @@ -2,7 +2,7 @@ - + kubevirt – Inventory source for KubeVirt VirtualMachines and VirtualMachineInstances — KubeVirt Ansible Collection documentation diff --git a/main/plugins/kubevirt_vm.html b/main/plugins/kubevirt_vm.html index 316d2fa..e4f67c9 100644 --- a/main/plugins/kubevirt_vm.html +++ b/main/plugins/kubevirt_vm.html @@ -2,7 +2,7 @@ - + kubevirt_vm – Create or delete KubeVirt VirtualMachines — KubeVirt Ansible Collection documentation diff --git a/main/plugins/kubevirt_vm_info.html b/main/plugins/kubevirt_vm_info.html index 52f4f94..0d1f468 100644 --- a/main/plugins/kubevirt_vm_info.html +++ b/main/plugins/kubevirt_vm_info.html @@ -2,7 +2,7 @@ - + kubevirt_vm_info – Describe KubeVirt VirtualMachines — KubeVirt Ansible Collection documentation diff --git a/main/plugins/kubevirt_vmi_info.html b/main/plugins/kubevirt_vmi_info.html index 9cc381e..80a6bc2 100644 --- a/main/plugins/kubevirt_vmi_info.html +++ b/main/plugins/kubevirt_vmi_info.html @@ -2,7 +2,7 @@ - + kubevirt_vmi_info – Describe KubeVirt VirtualMachineInstances — KubeVirt Ansible Collection documentation