diff --git a/roles/cluster_settings/README.md b/roles/cluster_settings/README.md index 8d52623d..072547c6 100644 --- a/roles/cluster_settings/README.md +++ b/roles/cluster_settings/README.md @@ -27,7 +27,7 @@ N/A - The name of the datacenter in vSphere vCenter which contains the cluster to configure. - **cluster_settings_port**: - - str or int, The port to use to authenticate to the vSphere vCenter which contains the cluster to configure. + - str or int, The port used to authenticate to the vSphere vCenter that contains the cluster to configure. ### Cluster settings @@ -83,7 +83,7 @@ N/A - str, State of virtual machine health monitoring service. One of `vmAndAppMonitoring`, `vmMonitoringDisabled`, `vmMonitoringOnly` - **cluster_settings_ha_host_isolation_response**: - - str, Indicates whether or VMs should be powered off if a host determines that it is isolated from the rest of the compute resource. One of `none`, `powerOff`, `powerOn` + - str, Indicates whether VMs should be powered off if a host determines that it is isolated from the rest of the compute resource. One of `none`, `powerOff`, `powerOn` - **cluster_settings_ha_slot_based_admission_control**: - dict, Configure slot based admission control policy. diff --git a/roles/content_library/README.md b/roles/content_library/README.md index 708ee88b..7619184e 100644 --- a/roles/content_library/README.md +++ b/roles/content_library/README.md @@ -27,7 +27,7 @@ N/A - The name of the datacenter in vSphere vCenter which contains the cluster to configure. - **content_library_port**: - - str or int, The port to use to authenticate to the vSphere vCenter which contains the cluster to configure. + - str or int, The port used to authenticate to the vSphere vCenter that contains the cluster to configure. ### Library - **content_library_datastore_name**: @@ -46,7 +46,7 @@ N/A - str, `local` or `subscribed`. Controls if the library will be hosted locally or should subscribe to a remote library #### Subscribed Library Settings -- **content_library_ssl_thumbrpint**: +- **content_library_ssl_thumbprint**: - str, The SSL thumbprint of the content library you want to which you want to subscribe. - **content_library_subscription_url**: diff --git a/roles/deploy_ovf/README.md b/roles/deploy_ovf/README.md index b372f8c9..33a99312 100644 --- a/roles/deploy_ovf/README.md +++ b/roles/deploy_ovf/README.md @@ -21,12 +21,12 @@ 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 to use to authenticate to the vSphere vCenter or ESXi host. + - str or int, The port used to authenticate to the vSphere vCenter that contains the cluster to configure. ### Placement - **deploy_ovf_cluster_name**: - - str, The name of the cluster in vSphere vCenter to configure. Required if your connecting to a vCenter cluster and `deploy_ovf_esxi_host` is not provided. + - str, The name of the cluster in vSphere vCenter to configure. Required if you are connecting to a vCenter cluster and `deploy_ovf_esxi_host` is not provided. - **deploy_ovf_datacenter_name**: - str, Required. The name of the datacenter in vSphere vCenter where the virtual machine should be deployed. @@ -148,7 +148,7 @@ N/A deploy_ovf_datacenter_name: DC1 deploy_ovf_cluster_name: CL1 deploy_ovf_vm_name: test-vm - deploy_ovf_libarary: my-content-library + deploy_ovf_library: my-content-library deploy_ovf_template: my-ovf-template deploy_ovf_datastore: datastore1 diff --git a/roles/export_vm_as_ovf/README.md b/roles/export_vm_as_ovf/README.md index e9e37565..f3ed852b 100644 --- a/roles/export_vm_as_ovf/README.md +++ b/roles/export_vm_as_ovf/README.md @@ -1,6 +1,6 @@ # export_vm_as_ovf -A role to export a VM from vCenter or ESXi as an OVF. The VM is exported to the local filesystem of the host running the tasks (anisble_host). +A role to export a VM from vCenter or ESXi as an OVF. The VM is exported to the local filesystem of the host running the tasks (ansible_host). ## Dependencies @@ -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 to use to authenticate to the vSphere vCenter which contains the VM. + - str or int, The port used to authenticate to the vSphere vCenter that contains the cluster to configure. ### VM Options - **export_vm_as_ovf_vm_datacenter**: @@ -73,7 +73,7 @@ N/A ## Example Playbook ```yaml --- -- name: Export VM To Lolcahost +- name: Export VM To Localhost hosts: localhost gather_facts: false diff --git a/roles/manage_folder/README.md b/roles/manage_folder/README.md index 8f929441..342b0807 100644 --- a/roles/manage_folder/README.md +++ b/roles/manage_folder/README.md @@ -24,7 +24,7 @@ N/A - The name of the datacenter in vSphere vCenter which contains the cluster to configure. - **manage_folder_port**: - - str or int, The port to use to authenticate to the vSphere vCenter which contains the cluster to configure. + - str or int, The port used to authenticate to the vSphere vCenter that contains the cluster to configure. ### Other - **manage_folder_folder_name**: diff --git a/roles/provision_vcenter/README.md b/roles/provision_vcenter/README.md index cac7ce88..a3f38a3f 100644 --- a/roles/provision_vcenter/README.md +++ b/roles/provision_vcenter/README.md @@ -88,7 +88,7 @@ The vCenter Server Appliance ISO should be accessible from the host running thes - str, The IP family that the VM should use for its network. ipv4 or ipv6. Default is ipv4 - **provision_vcenter_vm_deployment_option**: - - str, The deployment "size" for the vCenter appliance. See the VMWare documentation for the accepted values and their requirements. Default is tiny. + - str, The deployment "size" for the vCenter appliance. See the VMware documentation for the accepted values and their requirements. Default is tiny. - **provision_vcenter_vm_enable_ssh**: - bool, Set to true to enable ssh on the vCenter appliance. Default is true. diff --git a/roles/provision_vm/README.md b/roles/provision_vm/README.md index 90caf4f3..57e9b61f 100644 --- a/roles/provision_vm/README.md +++ b/roles/provision_vm/README.md @@ -41,7 +41,7 @@ N/A - **provision_vm_name** (string, Required): - Name of the virtual machine to manage. - Virtual machine names in vCenter are not necessarily unique which may be problematic. - If multiple virtual machines with same name exists, then `provision_vm_folder` is required parameter to + If multiple virtual machines with the same name exist, then `provision_vm_folder` is required parameter to identify uniqueness of the virtual machine. You can also set `provision_vm_name_match` to control how multiple matching VM names are handled. - The parameter is required if the virtual machine does not already exist. - This parameter is case sensitive. @@ -50,7 +50,7 @@ N/A - The instance UUID of the virtual machine to manage. - This is required if `provision_vm_name` is not supplied. - Note that a supplied UUID will be ignored on virtual machine creation, as VMware creates the UUID internally. - If virtual machine does not exists, then this parameter is ignored. + If virtual machine does not exist, then this parameter is ignored. - **provision_vm_cluster** (String): - The name of the cluster where the virtual machine will run. @@ -301,7 +301,7 @@ N/A * size: - description: - Disk storage size. - - You should include the storage unit like 100kb, 100mb, etc + - You should include the storage unit such as 100kb, 100mb, etc - type: str * size_kb: - description: Disk storage size in kb. @@ -342,9 +342,9 @@ N/A - choices: ['persistent', 'independent_persistent', 'independent_nonpersistent'] - description: - Type of disk mode. - - If `persistent` specified, changes are immediately and permanently written to the virtual disk. This is default. - - If `independent_persistent` specified, same as persistent, but not affected by snapshots. - - If `independent_nonpersistent` specified, changes to virtual disk are made to a redo log and discarded at power off, but not affected by snapshots. + - If `persistent` is specified, changes are immediately and permanently written to the virtual disk. This is default. + - If `independent_persistent` is specified, same as persistent, but not affected by snapshots. + - If `independent_nonpersistent` is specified, changes to virtual disk are made to a redo log and discarded at power off, but not affected by snapshots. * controller_type: - type: str - choices: ['buslogic', 'lsilogic', 'lsilogicsas', 'paravirtual', 'sata', 'nvme'] diff --git a/roles/snapshot_management/README.md b/roles/snapshot_management/README.md index a9e26a84..abca36b1 100644 --- a/roles/snapshot_management/README.md +++ b/roles/snapshot_management/README.md @@ -107,7 +107,7 @@ N/A - If set to `true` and the virtual machine is powered on, it will quiesce the file system in the virtual machine. - Note that VMware Tools are required for this flag. - If the virtual machine is powered off or VMware Tools are not available, then this flag is ignored. - - If the virtual machine does not provide capability to take quiesce snapshot, then this flag ignored. + - If the virtual machine does not provide capability to take quiesce snapshot, then this flag is ignored. - default: false - **snapshot_management_memory_dump**: diff --git a/roles/system_settings/README.md b/roles/system_settings/README.md index fc8bb33a..aa2d55c5 100644 --- a/roles/system_settings/README.md +++ b/roles/system_settings/README.md @@ -93,7 +93,7 @@ Note: NTP service will be restarted if configuration is changed. - Set the ordered list of firewall rules to allow or deny traffic from one or more incoming IP addresses. Within the list of traffic rules, rules are processed in order of appearance, from top to bottom. - **system_settings_firewall_rules_append**: - - If `false` the rules overwrites the existing firewall rules and creates a new rule list. If `true` we append the rules to existing rules. Default is `true`. + - If `false` the rules overwrite the existing firewall rules and creates a new rule list. If `true` we append the rules to existing rules. Default is `true`. ## Example Playbook diff --git a/roles/vcenter_host_connection/README.md b/roles/vcenter_host_connection/README.md index ac263a3b..89da5528 100644 --- a/roles/vcenter_host_connection/README.md +++ b/roles/vcenter_host_connection/README.md @@ -1,6 +1,6 @@ # vcenter_host_connection -Add, remove, connect, disconnect, or reconnect an ESXi host from a VCenter +Add, remove, connect, disconnect, or reconnect an ESXi host from a vCenter ## Dependencies