|
|
@ -35,17 +35,19 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Enable or disable IPv6 support.
|
|
|
|
- Enable or disable IPv6 support.
|
|
|
|
- You need to reboot the ESXi host if you change the configuration.
|
|
|
|
- You need to reboot the ESXi host if you change the configuration.
|
|
|
|
type: bool
|
|
|
|
type: str
|
|
|
|
choices: [ enabled, disabled ]
|
|
|
|
choices: [ enabled, disabled ]
|
|
|
|
default: 'enabled'
|
|
|
|
default: 'enabled'
|
|
|
|
esxi_hostname:
|
|
|
|
esxi_hostname:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Name of the host system to work with.
|
|
|
|
- Name of the host system to work with.
|
|
|
|
- This is required parameter if C(cluster_name) is not specified.
|
|
|
|
- This is required parameter if C(cluster_name) is not specified.
|
|
|
|
|
|
|
|
type: str
|
|
|
|
cluster_name:
|
|
|
|
cluster_name:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Name of the cluster from which all host systems will be used.
|
|
|
|
- Name of the cluster from which all host systems will be used.
|
|
|
|
- This is required parameter if C(esxi_hostname) is not specified.
|
|
|
|
- This is required parameter if C(esxi_hostname) is not specified.
|
|
|
|
|
|
|
|
type: str
|
|
|
|
extends_documentation_fragment: vmware.documentation
|
|
|
|
extends_documentation_fragment: vmware.documentation
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|