Commit d72aaf31 by Kevin Falcone

Add another region to ec2.py

This appears to be the only way to ask it to look in multiple regions
since it doesn't support AWS_REGION or --region.
Alternately, we could start having independent .ini files for deploys.
parent 1219468a
......@@ -11,7 +11,7 @@
# AWS regions to make calls to. Set this to 'all' to make request to all regions
# 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 = us-east-1
regions = us-east-1,eu-west-1
regions_exclude = us-gov-west-1
# When generating inventory, Ansible needs to know how to address a server.
......
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