Skip to content

Commit

Permalink
more typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Oct 8, 2024
1 parent 52fc902 commit f8f9479
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion roles/deploy_ovf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/export_vm_as_ovf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
10 changes: 5 additions & 5 deletions roles/provision_vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -501,15 +501,15 @@ 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:
- Enable Virtualization Based Security feature for Windows on ESXi 6.7 and later, from hardware version 14.
- 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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f8f9479

Please sign in to comment.