mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct the spelling of "overridden" (#15598)
This commit is contained in:
parent
826190e02e
commit
e2640e9e61
1 changed files with 3 additions and 3 deletions
|
@ -289,7 +289,7 @@ This indicates the command to use to spawn a shell under a sudo environment. Us
|
||||||
|
|
||||||
executable = /bin/bash
|
executable = /bin/bash
|
||||||
|
|
||||||
Starting in version 2.1 this can be overriden by the inventory var ``ansible_shell_executable``.
|
Starting in version 2.1 this can be overridden by the inventory var ``ansible_shell_executable``.
|
||||||
|
|
||||||
.. _filter_plugins:
|
.. _filter_plugins:
|
||||||
|
|
||||||
|
@ -928,7 +928,7 @@ pipelining
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Enabling pipelining reduces the number of SSH operations required to
|
Enabling pipelining reduces the number of SSH operations required to
|
||||||
execute a module on the remote server, by executing many ansible modules without actual file transfer.
|
execute a module on the remote server, by executing many ansible modules without actual file transfer.
|
||||||
This can result in a very significant performance improvement when enabled, however when using "sudo:" operations you must
|
This can result in a very significant performance improvement when enabled, however when using "sudo:" operations you must
|
||||||
first disable 'requiretty' in /etc/sudoers on all managed hosts.
|
first disable 'requiretty' in /etc/sudoers on all managed hosts.
|
||||||
|
|
||||||
|
@ -943,7 +943,7 @@ recommended if you can enable it, eliminating the need for :doc:`playbooks_accel
|
||||||
Accelerated Mode Settings
|
Accelerated Mode Settings
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
Under the [accelerate] header, the following settings are tunable for :doc:`playbooks_acceleration`. Acceleration is
|
Under the [accelerate] header, the following settings are tunable for :doc:`playbooks_acceleration`. Acceleration is
|
||||||
a useful performance feature to use if you cannot enable :ref:`pipelining` in your environment, but is probably
|
a useful performance feature to use if you cannot enable :ref:`pipelining` in your environment, but is probably
|
||||||
not needed if you can.
|
not needed if you can.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue