mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
Merge branch 'ansible-collections:master' into gcp_secret_manager
This commit is contained in:
commit
375b317692
7 changed files with 39 additions and 7 deletions
|
@ -39,7 +39,7 @@ DOCUMENTATION = """
|
|||
description: >
|
||||
A list of filter value pairs. Available filters are listed here
|
||||
U(https://cloud.google.com/compute/docs/reference/rest/v1/instances/aggregatedList).
|
||||
Each additional filter in the list will act be added as an AND condition
|
||||
Each additional filter in the list will be added as an AND condition
|
||||
(filter1 and filter2)
|
||||
type: list
|
||||
hostnames:
|
||||
|
|
|
@ -71,8 +71,9 @@ options:
|
|||
type: dict
|
||||
path:
|
||||
description:
|
||||
- The full name of the file that will hold the service account private key. The
|
||||
management of this file will depend on the value of sync_file parameter.
|
||||
- The full name of the file that will hold the service account private key.
|
||||
- If the file already exists, it will attempt to be read. Ensure the file does
|
||||
not exist or is alreay a valid key.
|
||||
- File path must be absolute.
|
||||
required: false
|
||||
type: path
|
||||
|
@ -192,8 +193,9 @@ serviceAccount:
|
|||
type: dict
|
||||
path:
|
||||
description:
|
||||
- The full name of the file that will hold the service account private key. The
|
||||
management of this file will depend on the value of sync_file parameter.
|
||||
- The full name of the file that will hold the service account private key.
|
||||
- If the file already exists, it will attempt to be read. Ensure the file does
|
||||
not exist or is alreay a valid key.
|
||||
- File path must be absolute.
|
||||
returned: success
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue