mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 19:18:13 -03:30
* Vendor ansible's azure_rm inventory script * Add new inventory type * Add new credential type * Expand host instance_id column from varchar 100 to 1024 to accept the long instance ids returned by Azure * Make the inventory_import azure match rename more explicit.
6 lines
223 B
Python
6 lines
223 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
CLOUD_PROVIDERS = ('azure', 'azure_rm', 'ec2', 'gce', 'rax', 'vmware', 'openstack', 'foreman', 'cloudforms')
|
|
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)
|