mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 11:13:10 +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.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user