diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2016-04-05 23:48:37 -0700 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2016-04-12 08:01:07 -0700 |
commit | dcc5dfdf811f24c3adbb879e77a1bf8789bf1738 (patch) | |
tree | 43f54efb4150cc9140cc843633136d55ad89dfbb /examples | |
parent | b5717ef696198ce11104885faaf5f86fe66a02cc (diff) | |
download | ansible-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.cfg | 1 |
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 |