mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Update docs and example config for requiretty + pipelining change
This commit is contained in:
parent
1d8e178732
commit
f873cc0fb5
2 changed files with 20 additions and 13 deletions
|
@ -226,13 +226,13 @@
|
|||
|
||||
# Enabling pipelining reduces the number of SSH operations required to
|
||||
# execute a module on the remote server. This can result in a significant
|
||||
# performance improvement when enabled, however when using "sudo:" you must
|
||||
# first disable 'requiretty' in /etc/sudoers
|
||||
# performance improvement when enabled. It is enabled by default.
|
||||
#
|
||||
# By default, this option is disabled to preserve compatibility with
|
||||
# sudoers configurations that have requiretty (the default on many distros).
|
||||
#
|
||||
#pipelining = False
|
||||
# In previous versions of ansible this was defaulted to off as it was
|
||||
# incompatible with sudo's requiretty option. Ansible 2.1 and above contain
|
||||
# a fix for that problem.
|
||||
#
|
||||
#pipelining = True
|
||||
|
||||
# if True, make ansible use scp if the connection type is ssh
|
||||
# (default is sftp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue