mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
More regions!
This commit is contained in:
@@ -532,6 +532,7 @@ INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_", "TERM")
|
|||||||
# http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
|
# http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
|
||||||
EC2_REGION_NAMES = {
|
EC2_REGION_NAMES = {
|
||||||
'us-east-1': 'US East (Northern Virginia)',
|
'us-east-1': 'US East (Northern Virginia)',
|
||||||
|
'us-east-2': 'US East (Ohio)',
|
||||||
'us-west-2': 'US West (Oregon)',
|
'us-west-2': 'US West (Oregon)',
|
||||||
'us-west-1': 'US West (Northern California)',
|
'us-west-1': 'US West (Northern California)',
|
||||||
'eu-central-1': 'EU (Frankfurt)',
|
'eu-central-1': 'EU (Frankfurt)',
|
||||||
@@ -540,6 +541,7 @@ EC2_REGION_NAMES = {
|
|||||||
'ap-southeast-2': 'Asia Pacific (Sydney)',
|
'ap-southeast-2': 'Asia Pacific (Sydney)',
|
||||||
'ap-northeast-1': 'Asia Pacific (Tokyo)',
|
'ap-northeast-1': 'Asia Pacific (Tokyo)',
|
||||||
'ap-northeast-2': 'Asia Pacific (Seoul)',
|
'ap-northeast-2': 'Asia Pacific (Seoul)',
|
||||||
|
'ap-south-1': 'Asia Pacific (Mumbai)',
|
||||||
'sa-east-1': 'South America (Sao Paulo)',
|
'sa-east-1': 'South America (Sao Paulo)',
|
||||||
'us-gov-west-1': 'US West (GovCloud)',
|
'us-gov-west-1': 'US West (GovCloud)',
|
||||||
'cn-north-1': 'China (Beijing)',
|
'cn-north-1': 'China (Beijing)',
|
||||||
|
|||||||
Reference in New Issue
Block a user