mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-09-09 22:51:11 -07:00
added required missing field for common yaml fmt
This commit is contained in:
parent
03cdff340d
commit
e6c4e94687
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ DOCUMENTATION = '''
|
||||||
- Get inventory hosts from Google Cloud Platform GCE.
|
- Get inventory hosts from Google Cloud Platform GCE.
|
||||||
- Uses a <name>.gcp.yaml (or <name>.gcp.yml) YAML configuration file.
|
- Uses a <name>.gcp.yaml (or <name>.gcp.yml) YAML configuration file.
|
||||||
options:
|
options:
|
||||||
|
plugin:
|
||||||
|
description: token that ensures this is a source file for the 'gcp_compute' plugin.
|
||||||
|
required: True
|
||||||
|
choices: ['gcp_compute']
|
||||||
zones:
|
zones:
|
||||||
description: A list of regions in which to describe GCE instances.
|
description: A list of regions in which to describe GCE instances.
|
||||||
default: all zones available to a given project
|
default: all zones available to a given project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue