mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Documentation/examples updates for new 1.6 accelerate options
Fixes #6692
This commit is contained in:
parent
22e6293e8b
commit
18d82d1eb6
2 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue