mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
GCP Inventory Plugin scopes fix
This commit is contained in:
parent
1519f8c652
commit
03cdff340d
1 changed files with 10 additions and 1 deletions
|
@ -12,7 +12,6 @@ DOCUMENTATION = '''
|
|||
- requests >= 2.18.4
|
||||
- google-auth >= 1.3.0
|
||||
extends_documentation_fragment:
|
||||
- gcp
|
||||
- constructed
|
||||
- inventory_cache
|
||||
description:
|
||||
|
@ -35,6 +34,16 @@ DOCUMENTATION = '''
|
|||
hostnames should be assigned. Currently supported hostnames are
|
||||
'public_ip', 'private_ip', or 'name'.
|
||||
default: ['public_ip', 'private_ip', 'name']
|
||||
auth_kind:
|
||||
description:
|
||||
- The type of credential used.
|
||||
service_account_file:
|
||||
description:
|
||||
- The path of a Service Account JSON file if serviceaccount is selected as type.
|
||||
service_account_email:
|
||||
description:
|
||||
- An optional service account email address if machineaccount is selected
|
||||
and the user does not wish to use the default email.
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Reference in a new issue