mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
Also remove some dangling rax from awxkit and collection modules.
This commit is contained in:
@@ -48,7 +48,7 @@ options:
|
|||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- The source to use for this group.
|
- The source to use for this group.
|
||||||
choices: ["manual", "file", "ec2", "rax", "vmware", "gce", "azure", "azure_rm", "openstack", "satellite6" , "cloudforms", "custom"]
|
choices: ["manual", "file", "ec2", "vmware", "gce", "azure", "azure_rm", "openstack", "satellite6" , "cloudforms", "custom"]
|
||||||
type: str
|
type: str
|
||||||
source_regions:
|
source_regions:
|
||||||
description:
|
description:
|
||||||
@@ -124,7 +124,7 @@ def main():
|
|||||||
inventory=dict(required=True),
|
inventory=dict(required=True),
|
||||||
variables=dict(),
|
variables=dict(),
|
||||||
credential=dict(),
|
credential=dict(),
|
||||||
source=dict(choices=["manual", "file", "ec2", "rax", "vmware",
|
source=dict(choices=["manual", "file", "ec2", "vmware",
|
||||||
"gce", "azure", "azure_rm", "openstack",
|
"gce", "azure", "azure_rm", "openstack",
|
||||||
"satellite6", "cloudforms", "custom"]),
|
"satellite6", "cloudforms", "custom"]),
|
||||||
source_regions=dict(),
|
source_regions=dict(),
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ cloud_types = (
|
|||||||
'openstack_v2',
|
'openstack_v2',
|
||||||
'openstack_v3',
|
'openstack_v3',
|
||||||
'rhv',
|
'rhv',
|
||||||
'rax',
|
|
||||||
'satellite6',
|
'satellite6',
|
||||||
'tower',
|
'tower',
|
||||||
'vmware')
|
'vmware')
|
||||||
|
|||||||
Reference in New Issue
Block a user