Difference between revisions of "Pipelining"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
 
  [[/etc/ansible/ansible.cfg]]
 
  [[/etc/ansible/ansible.cfg]]
 +
 +
# 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
 +
#
 +
# By default, this option is disabled to preserve compatibility with
 +
# sudoers configurations that have requiretty (the default on many distros).
 +
#
 +
#pipelining = False
 +
  
  

Revision as of 09:56, 1 September 2021


/etc/ansible/ansible.cfg
# 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
#
# By default, this option is disabled to preserve compatibility with
# sudoers configurations that have requiretty (the default on many distros).
#
#pipelining = False


See also

Advertising: