mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
6 lines
186 B
Python
6 lines
186 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware', 'openstack')
|
|
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)
|