mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-07 00:39:09 -07:00
[cloud][gce] Add necessary key for secrets.py (#25997)
Add necessary key for secrets.py
This commit is contained in:
parent
2683c36a01
commit
ff30682740
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ credentials path as follows so that get automatically picked up:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
GCE_PARAMS = ('', '')
|
GCE_PARAMS = ('', '')
|
||||||
GCE_KEYWORD_PARAMS = {'project': 'project_id'}
|
GCE_KEYWORD_PARAMS = {'project': 'project_id', 'datacenter': ''}
|
||||||
|
|
||||||
Configuring Modules with Environment Variables
|
Configuring Modules with Environment Variables
|
||||||
``````````````````````````````````````````````
|
``````````````````````````````````````````````
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue