Documentation/examples updates for new 1.6 accelerate options

Fixes #6692
This commit is contained in:
James Cammarata 2014-03-25 19:29:55 -05:00
commit 18d82d1eb6
2 changed files with 36 additions and 0 deletions

View file

@ -168,3 +168,14 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
accelerate_port = 5099
accelerate_timeout = 30
accelerate_connect_timeout = 5.0
# The daemon timeout is measured in minutes. This time is measured
# from the last activity to the accelerate daemon.
accelerate_daemon_timeout = 30
# If set to yes, accelerate_multi_key will allow multiple
# private keys to be uploaded to it, though each user must
# have access to the system via SSH to add a new key. The default
# is "no".
#accelerate_multi_key = yes