mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
6 lines
178 B
Python
6 lines
178 B
Python
# Copyright (c) 2014 AnsibleWorks, Inc.
|
|
# All Rights Reserved.
|
|
|
|
CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware')
|
|
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)
|