summaryrefslogtreecommitdiffstats
path: root/inventory/aws
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-02-05 16:02:36 -0500
committerKenny Woodson <kwoodson@redhat.com>2015-02-05 16:02:36 -0500
commitee96928a2d1c21c5d2319418f4cf6ca774a3e010 (patch)
tree0472b4be53d3b93b34b8d0491949628d4baca8b0 /inventory/aws
parent55b7f22404da7a0cfcdbce467e9581f6b8509320 (diff)
downloadopenshift-ee96928a2d1c21c5d2319418f4cf6ca774a3e010.tar.gz
openshift-ee96928a2d1c21c5d2319418f4cf6ca774a3e010.tar.bz2
openshift-ee96928a2d1c21c5d2319418f4cf6ca774a3e010.tar.xz
openshift-ee96928a2d1c21c5d2319418f4cf6ca774a3e010.zip
Attempting to only refresh cache when doing --list on ossh.
Diffstat (limited to 'inventory/aws')
-rw-r--r--inventory/aws/ec2.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/aws/ec2.ini b/inventory/aws/ec2.ini
index c6693bb1c..cdc22d2d4 100644
--- a/inventory/aws/ec2.ini
+++ b/inventory/aws/ec2.ini
@@ -11,8 +11,8 @@
# 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 = all
-regions = us-east-1
+regions = all
+#regions = us-east-1
regions_exclude = us-gov-west-1,cn-north-1
# When generating inventory, Ansible needs to know how to address a server.