Update collection inventory_source options

This commit is contained in:
Alan Rominger
2021-06-18 12:40:18 -04:00
committed by Shane McDonald
parent a8083296e6
commit 53fe08af61

View File

@@ -42,7 +42,7 @@ options:
source: source:
description: description:
- The source to use for this group. - The source to use for this group.
choices: [ "scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "tower" ] choices: [ "scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "controller", "insights" ]
type: str type: str
source_path: source_path:
description: description:
@@ -75,7 +75,7 @@ options:
custom_virtualenv: custom_virtualenv:
description: description:
- Local absolute file path containing a custom Python virtualenv to use. - Local absolute file path containing a custom Python virtualenv to use.
- Only compatible with older versions of AWX/Tower - Only compatible with older versions of AWX/Controller
- Deprecated, will be removed in the future - Deprecated, will be removed in the future
type: str type: str
overwrite: overwrite:
@@ -164,7 +164,7 @@ def main():
# #
# How do we handle manual and file? The controller does not seem to be able to activate them # How do we handle manual and file? The controller does not seem to be able to activate them
# #
source=dict(choices=["scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "tower"]), source=dict(choices=["scm", "ec2", "gce", "azure_rm", "vmware", "satellite6", "openstack", "rhv", "controller", "insights"]),
source_path=dict(), source_path=dict(),
source_vars=dict(type='dict'), source_vars=dict(type='dict'),
enabled_var=dict(), enabled_var=dict(),