From 26676ce2e22826e221fa1de81566ead42bbfafe9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 19 Jan 2014 13:13:43 -0500 Subject: [PATCH] update default EC2 exclude regions -- this should be the best configuration for most users, but some may still want to tweak. --- plugins/inventory/ec2.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/ec2.ini b/plugins/inventory/ec2.ini index 345b1859952..9d05dfad031 100644 --- a/plugins/inventory/ec2.ini +++ b/plugins/inventory/ec2.ini @@ -12,7 +12,7 @@ # in AWS and merge the results together. Alternatively, set this to a comma # separated list of regions. E.g. 'us-east-1,us-west-1,us-west-2' regions = all -regions_exclude = us-gov-west-1 +regions_exclude = us-gov-west-1,cn-north-1 # When generating inventory, Ansible needs to know how to address a server. # Each EC2 instance has a lot of variables associated with it. Here is the list: