mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 02:40:29 -07:00
optionally get service account file path from env var (#54407)
This commit is contained in:
parent
95da5c9c69
commit
26de6c9388
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ DOCUMENTATION = '''
|
|||
- The path of a Service Account JSON file if serviceaccount is selected as type.
|
||||
required: True
|
||||
type: path
|
||||
env:
|
||||
- name: GCE_CREDENTIALS_FILE_PATH
|
||||
version_added: "2.8"
|
||||
service_account_email:
|
||||
description:
|
||||
- An optional service account email address if machineaccount is selected
|
||||
|
|
Loading…
Add table
Reference in a new issue