From ceb8b5ac8f8f3acd59f16e97eb90ce5bfc3c1b20 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 15 Sep 2019 01:22:33 -0500 Subject: [PATCH] Tweak EC2 regions, +x provision.yml --- ec2.ini | 2 +- provision.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 provision.yml diff --git a/ec2.ini b/ec2.ini index d5e4742..99a15be 100644 --- a/ec2.ini +++ b/ec2.ini @@ -13,7 +13,7 @@ # separated list of regions. E.g. 'us-east-1,us-west-1,us-west-2' and do not # provide the 'regions_exclude' option. If this is set to 'auto', AWS_REGION or # AWS_DEFAULT_REGION environment variable will be read to determine the region. -regions = all +regions = us-east-2 regions_exclude = us-gov-west-1, cn-north-1 # When generating inventory, Ansible needs to know how to address a server. diff --git a/provision.yml b/provision.yml old mode 100644 new mode 100755