1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

update default EC2 exclude regions -- this should be the best configuration for most users, but some may still want to tweak.

This commit is contained in:
Michael DeHaan 2014-01-19 13:13:43 -05:00
parent e3e6f02835
commit 26676ce2e2

View file

@ -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: