mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
optionally get service account file path from env var (#54407)
This commit is contained in:
committed by
Brian Coca
parent
a4d0bc2c43
commit
aa3f010e62
@@ -57,6 +57,9 @@ DOCUMENTATION = '''
|
|||||||
- The path of a Service Account JSON file if serviceaccount is selected as type.
|
- The path of a Service Account JSON file if serviceaccount is selected as type.
|
||||||
required: True
|
required: True
|
||||||
type: path
|
type: path
|
||||||
|
env:
|
||||||
|
- name: GCE_CREDENTIALS_FILE_PATH
|
||||||
|
version_added: "2.8"
|
||||||
service_account_email:
|
service_account_email:
|
||||||
description:
|
description:
|
||||||
- An optional service account email address if machineaccount is selected
|
- An optional service account email address if machineaccount is selected
|
||||||
|
|||||||
Reference in New Issue
Block a user