summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorin Hochstein <lorin.hochstein@sendgrid.com>2014-04-29 12:13:55 -0400
committerLorin Hochstein <lorin.hochstein@sendgrid.com>2014-04-29 12:13:55 -0400
commit27f305ae0823a55d5141f5a4a6162e326a2ae3de (patch)
tree1f80ef316941af94016551c6d90bdfab9ef44b82
parent9da06274a8729924f32b3d83897268caad7de2a6 (diff)
downloadansible-27f305ae0823a55d5141f5a4a6162e326a2ae3de.tar.gz
Document how to turn off ec2 cache
Document how to disable cache lookup with the ec2 inventory script
-rw-r--r--plugins/inventory/ec2.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/inventory/ec2.ini b/plugins/inventory/ec2.ini
index b931c4a7da..8a0c3ad45c 100644
--- a/plugins/inventory/ec2.ini
+++ b/plugins/inventory/ec2.ini
@@ -51,4 +51,5 @@ cache_path = ~/.ansible/tmp
# The number of seconds a cache file is considered valid. After this many
# seconds, a new API call will be made, and the cache file will be updated.
+# To disable the cache, set this value to 0
cache_max_age = 300