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) (#50786)
This commit is contained in:
parent
a7e81ba500
commit
5137bd5958
18 changed files with 142 additions and 119 deletions
|
@ -87,7 +87,7 @@ options:
|
|||
description:
|
||||
- The availability status of the failover replica. A false status indicates
|
||||
that the failover replica is out of sync. The master can only failover to
|
||||
the falover replica when the status is true.
|
||||
the failover replica when the status is true.
|
||||
required: false
|
||||
type: bool
|
||||
name:
|
||||
|
@ -163,8 +163,8 @@ options:
|
|||
required: false
|
||||
client_key:
|
||||
description:
|
||||
- PEM representation of the slave's private key. The corresponsing public
|
||||
key is encoded in the client's asf asd certificate.
|
||||
- PEM representation of the slave's private key. The corresponding public
|
||||
key is encoded in the client's certificate.
|
||||
required: false
|
||||
connect_retry_interval:
|
||||
description:
|
||||
|
@ -273,7 +273,7 @@ extends_documentation_fragment: gcp
|
|||
EXAMPLES = '''
|
||||
- name: create a instance
|
||||
gcp_sql_instance:
|
||||
name: "test_object"
|
||||
name: "{{resource_name}}-2"
|
||||
settings:
|
||||
ip_configuration:
|
||||
authorized_networks:
|
||||
|
@ -320,7 +320,7 @@ failoverReplica:
|
|||
description:
|
||||
- The availability status of the failover replica. A false status indicates
|
||||
that the failover replica is out of sync. The master can only failover to
|
||||
the falover replica when the status is true.
|
||||
the failover replica when the status is true.
|
||||
returned: success
|
||||
type: bool
|
||||
name:
|
||||
|
@ -427,8 +427,8 @@ replicaConfiguration:
|
|||
type: str
|
||||
clientKey:
|
||||
description:
|
||||
- PEM representation of the slave's private key. The corresponsing public
|
||||
key is encoded in the client's asf asd certificate.
|
||||
- PEM representation of the slave's private key. The corresponding public
|
||||
key is encoded in the client's certificate.
|
||||
returned: success
|
||||
type: str
|
||||
connectRetryInterval:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue