From e2640e9e610b58c118351fecd23c7590d259cf7e Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 26 Apr 2016 13:59:26 +0100 Subject: [PATCH] Correct the spelling of "overridden" (#15598) --- docsite/rst/intro_configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index 96287350876..f6e28cb8f5f 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -289,7 +289,7 @@ This indicates the command to use to spawn a shell under a sudo environment. Us 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: @@ -928,7 +928,7 @@ pipelining ========== 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 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 ------------------------- -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 not needed if you can.