mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
For end-user facing elements. We still maintain foreman for some underlying logic needed by the modules
6 lines
226 B
Python
6 lines
226 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
CLOUD_PROVIDERS = ('azure', 'azure_rm', 'ec2', 'gce', 'rax', 'vmware', 'openstack', 'satellite6', 'cloudforms')
|
|
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)
|