Merge pull request #674 from vitropy/redirected-names-compatbility

Remove `plugin` option from inventory config for compatibility with passthrough plugins
This commit is contained in:
Chris Hawk 2025-08-12 16:14:28 -07:00 committed by GitHub
commit 63c8d5a0b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,10 +18,6 @@ DOCUMENTATION = """
- Get inventory hosts from Google Cloud Platform GCE. - Get inventory hosts from Google Cloud Platform GCE.
- Uses a YAML configuration file that ends with gcp_compute.(yml|yaml) or gcp.(yml|yaml). - Uses a YAML configuration file that ends with gcp_compute.(yml|yaml) or gcp.(yml|yaml).
options: options:
plugin:
description: token that ensures this is a source file for the 'gcp_compute' plugin.
required: True
choices: ['google.cloud.gcp_compute', 'gcp_compute']
zones: zones:
description: A list of zones in which to describe GCE instances. description: A list of zones in which to describe GCE instances.
If none provided, it defaults to all zones available to a given project. If none provided, it defaults to all zones available to a given project.