mirror of
https://github.com/ansible/awx.git
synced 2026-06-21 22:57:48 -02:30
5 lines
123 B
Python
5 lines
123 B
Python
# Copyright (c) 2014 AnsibleWorks, Inc.
|
|
# All Rights Reserved.
|
|
|
|
CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware')
|