Difference between revisions of "Pipelining"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
+
{{lowercase}}
  
 
  [[/etc/ansible/ansible.cfg]]
 
  [[/etc/ansible/ansible.cfg]]
Line 6: Line 6:
 
  # execute a module on the remote server. This can result in a significant
 
  # execute a module on the remote server. This can result in a significant
 
  # performance improvement when enabled, however when using "sudo:" you must
 
  # performance improvement when enabled, however when using "sudo:" you must
  # first disable 'requiretty' in /etc/sudoers
+
  # first disable '[[requiretty]]' in [[/etc/sudoers]]
 
  #
 
  #
 
  # By default, this option is disabled to preserve compatibility with
 
  # By default, this option is disabled to preserve compatibility with
Line 15: Line 15:
 
== Related terms ==
 
== Related terms ==
 
* [[Configure OpenSSH to reuse ssh connections]]
 
* [[Configure OpenSSH to reuse ssh connections]]
 
+
* [[Modify Ansible configuration to reuse ssh connections]]
 
 
  
 
== See also ==
 
== See also ==
 +
* {{ansible.cfg}}
 
* {{Ansible}}
 
* {{Ansible}}
  
 
[[Category:Ansible]]
 
[[Category:Ansible]]

Latest revision as of 13:03, 5 September 2022

/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

Related terms[edit]

See also[edit]

Advertising: