Commit 26676ce2 by Michael DeHaan

update default EC2 exclude regions -- this should be the best configuration for…

update default EC2 exclude regions -- this should be the best configuration for most users, but some may still want to tweak.
parent e3e6f028
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# in AWS and merge the results together. Alternatively, set this to a comma # 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' # separated list of regions. E.g. 'us-east-1,us-west-1,us-west-2'
regions = all 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. # 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: # Each EC2 instance has a lot of variables associated with it. Here is the list:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment