summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Jones <mat@matburt.net>2016-01-20 15:27:06 -0500
committerMatthew Jones <mat@matburt.net>2016-01-20 15:27:06 -0500
commita1318e16641a89cfbd41d072670d374bbd0b3cf7 (patch)
tree43bb18209fc29531e9e11cd345cd11622d0b9e28
parenta1063827867cada5414577a85e2f13121cb7b948 (diff)
downloadansible-a1318e16641a89cfbd41d072670d374bbd0b3cf7.tar.gz
Add rax cache age ini documentation
-rw-r--r--contrib/inventory/rax.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/inventory/rax.ini b/contrib/inventory/rax.ini
index 5a269e16a3..15948e7b2e 100644
--- a/contrib/inventory/rax.ini
+++ b/contrib/inventory/rax.ini
@@ -55,3 +55,12 @@
# will be ignored, and 4 will be used. Accepts a comma separated list,
# the first found wins.
# access_ip_version = 4
+
+# Environment Variable: RAX_CACHE_MAX_AGE
+# Default: 600
+#
+# A configuration the changes the behavior or the inventory cache.
+# Inventory listing performed before this value will be returned from
+# the cache instead of making a full request for all inventory. Setting
+# this value to 0 will force a full request.
+# cache_max_age = 600 \ No newline at end of file