summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-04-05 23:48:37 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2016-04-12 08:01:07 -0700
commitdcc5dfdf811f24c3adbb879e77a1bf8789bf1738 (patch)
tree43f54efb4150cc9140cc843633136d55ad89dfbb /examples
parentb5717ef696198ce11104885faaf5f86fe66a02cc (diff)
downloadansible-dcc5dfdf811f24c3adbb879e77a1bf8789bf1738.tar.gz
Controller-side module caching.
This makes our recursive, ast.parse performance measures as fast as pre-ziploader baseline. Since this unittest isn't testing that the returned module data is correct we don't need to worry about os.rename not having any module data. Should devise a separate test for the module and caching code
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 672c99dfc3..2b50d71e24 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -14,6 +14,7 @@
#inventory = /etc/ansible/hosts
#library = /usr/share/my_modules/
#remote_tmp = $HOME/.ansible/tmp
+#local_tmp = $HOME/.ansible/tmp
#forks = 5
#poll_interval = 15
#sudo_user = root