mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) (#50785)
This commit is contained in:
parent
eca7c3c8c7
commit
5ca5936e05
32 changed files with 282 additions and 188 deletions
|
@ -153,7 +153,7 @@ options:
|
|||
preemptible:
|
||||
description:
|
||||
- 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible)
|
||||
for more inforamtion about preemptible VM instances.'
|
||||
for more information about preemptible VM instances.'
|
||||
required: false
|
||||
type: bool
|
||||
master_auth:
|
||||
|
@ -210,8 +210,6 @@ options:
|
|||
description:
|
||||
- The name of the Google Compute Engine network to which the cluster is connected.
|
||||
If left unspecified, the default network will be used.
|
||||
- To ensure it exists and it is operations, configure the network using 'gcompute_network'
|
||||
resource.
|
||||
required: false
|
||||
cluster_ipv4_cidr:
|
||||
description:
|
||||
|
@ -403,7 +401,7 @@ nodeConfig:
|
|||
preemptible:
|
||||
description:
|
||||
- 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible)
|
||||
for more inforamtion about preemptible VM instances.'
|
||||
for more information about preemptible VM instances.'
|
||||
returned: success
|
||||
type: bool
|
||||
masterAuth:
|
||||
|
@ -462,8 +460,6 @@ network:
|
|||
description:
|
||||
- The name of the Google Compute Engine network to which the cluster is connected.
|
||||
If left unspecified, the default network will be used.
|
||||
- To ensure it exists and it is operations, configure the network using 'gcompute_network'
|
||||
resource.
|
||||
returned: success
|
||||
type: str
|
||||
clusterIpv4Cidr:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue