From d4af7d256b49caf01589092f2e7763dea7104661 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 24 Sep 2015 05:27:58 +0530 Subject: [PATCH] Mention ansible_ssh_pipelining in intro_inventory --- docsite/rst/intro_inventory.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index d639d10951..353aebe794 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -217,6 +217,9 @@ SSH connection:: ansible_ssh_extra_args Additional arguments for ssh. Useful to configure a ``ProxyCommand`` for a certain host (or group). This is used in addition to any ``ssh_args`` configured in ``ansible.cfg`` or the inventory. + ansible_ssh_pipelining + Determines whether or not to use SSH pipelining. This can override the + ``pipelining`` setting in ``ansible.cfg``. Privilege escalation (see :doc:`Ansible Privilege Escalation` for further details)::