From 2d8415a0c706854b60a140d62c778ac2bdd56edc Mon Sep 17 00:00:00 2001 From: Mike Morency Date: Tue, 8 Oct 2024 09:05:19 -0400 Subject: [PATCH] more typo fixes --- roles/deploy_ovf/README.md | 2 +- roles/export_vm_as_ovf/README.md | 2 +- roles/provision_vm/README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/deploy_ovf/README.md b/roles/deploy_ovf/README.md index 33a99312..a4a0c921 100644 --- a/roles/deploy_ovf/README.md +++ b/roles/deploy_ovf/README.md @@ -21,7 +21,7 @@ N/A - bool, Allows connection when SSL certificates are not valid. Set to false when certificates are not trusted. - **deploy_ovf_port**: - - str or int, The port used to authenticate to the vSphere vCenter that contains the cluster to configure. + - str or int, The port used to authenticate to the vSphere vCenter or ESXi host. ### Placement diff --git a/roles/export_vm_as_ovf/README.md b/roles/export_vm_as_ovf/README.md index f3ed852b..0ecdf3b4 100644 --- a/roles/export_vm_as_ovf/README.md +++ b/roles/export_vm_as_ovf/README.md @@ -27,7 +27,7 @@ N/A - The name of the datacenter in vSphere vCenter which contains the VM. - **export_vm_as_ovf_port**: - - str or int, The port used to authenticate to the vSphere vCenter that contains the cluster to configure. + - str or int, The port used to authenticate to the vSphere vCenter that contains the VM. ### VM Options - **export_vm_as_ovf_vm_datacenter**: diff --git a/roles/provision_vm/README.md b/roles/provision_vm/README.md index 57e9b61f..ab947bd7 100644 --- a/roles/provision_vm/README.md +++ b/roles/provision_vm/README.md @@ -350,7 +350,7 @@ N/A - choices: ['buslogic', 'lsilogic', 'lsilogicsas', 'paravirtual', 'sata', 'nvme'] - description: - Type of disk controller. - - Set this type on not supported ESXi or VM hardware version will lead to failure in deployment. + - Setting this type on not supported ESXi or VM hardware version will lead to deployment failure. - If set to `sata` type, please make sure `controller_number` and `unit_number` do not conflict with sata values in `provison_vm_cdrom`. * controller_number: - type: int @@ -383,7 +383,7 @@ N/A - **provision_vm_force** (boolean): - Ignore warnings and complete the actions. - - This parameter is useful while removing virtual machine which is powered on state. + - This parameter is useful while removing a virtual machine that is the powered on state. - Choices: - false - true @@ -501,7 +501,7 @@ N/A - choices: [ 'bios', 'efi' ] * nested_virt: - type: bool - - description: Enable nested virtualization capabbilities. + - description: Enable nested virtualization capabilities. * virt_based_security: - type: bool - description: @@ -509,7 +509,7 @@ N/A - Supported Guest OS are Windows 10 64 bit, Windows Server 2016, Windows Server 2019 and later. - The firmware of virtual machine must be EFI and secure boot must be enabled. - Virtualization Based Security depends on nested virtualization and Intel Virtualization Technology for Directed I/O. - - Deploy on unsupported ESXi, hardware version or firmware may lead to failure or deployed VM with unexpected configurations. + - Deploying on unsupported ESXi, hardware version or firmware may lead to failure or deployed VM with unexpected configurations. * iommu: - type: bool - description: Flag to specify if I/O MMU is enabled for this virtual machine. @@ -712,7 +712,7 @@ N/A - description: - The label of the virtual NVDIMM device to be removed or configured, e.g., "NVDIMM 1". - This parameter is required when `provision_vm_nvdimm.state` is `absent` or `present` to reconfigure NVDIMM device - size. When add a new device, please do not set. + size. When adding a new device, please do not set. - **provision_vm_use_instance_uuid** (boolean): - Whether to use the VMware instance UUID instead of the BIOS UUID.