mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
VMware: change type of state in vmware_host_ipv6 (#47362)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
2939f68897
commit
6e5233b785
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue