Skip to content

Commit

Permalink
Remove parts from baseline that are included from ansible-core (and t…
Browse files Browse the repository at this point in the history
…hus might change and make the tests fail). Add more formatting. (#51)
  • Loading branch information
felixfontein authored Oct 3, 2022
1 parent cde68eb commit 307140e
Show file tree
Hide file tree
Showing 31 changed files with 107 additions and 2,181 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,11 @@ Parameters

<div class="ansible-option-cell">

Bar.
Bar. \ :strong:`BAR!`\

Totally unrelated to \ :emphasis:`become\_user`\ . Even with \ :emphasis:`become\_user=foo`\ .

Might not be compatible when \ :emphasis:`become\_user`\ is \ :literal:`bar`\ , though.


.. raw:: html
Expand Down Expand Up @@ -266,7 +270,7 @@ Parameters

<div class="ansible-option-cell">

User you 'become' to execute the task
User you 'become' to execute the task.


.. rst-class:: ansible-option-line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ ns2.col.foo connection -- Foo connection

.. version_added
.. rst-class:: ansible-version-added

New in ns2.col 1.2.0

.. contents::
:local:
Expand Down Expand Up @@ -145,79 +148,6 @@ Parameters
- Variable: delegated\_vars['ansible\_ssh\_host']


.. raw:: html

</div>

* - .. raw:: html

<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-pipelining"></div>

.. _ansible_collections.ns2.col.foo_connection__parameter-pipelining:

.. rst-class:: ansible-option-title

**pipelining**

.. raw:: html

<a class="ansibleOptionLink" href="#parameter-pipelining" title="Permalink to this option"></a>

.. rst-class:: ansible-option-type-line

:ansible-option-type:`boolean`




.. raw:: html

</div>

- .. raw:: html

<div class="ansible-option-cell">

Pipelining reduces the number of connection operations required to execute a module on the remote server, by executing many Ansible modules without actual file transfers.

This can result in a very significant performance improvement when enabled.

However this can conflict with privilege escalation (become). For example, when using sudo operations you must first disable 'requiretty' in the sudoers file for the target hosts, which is why this feature is disabled by default.


.. rst-class:: ansible-option-line

:ansible-option-choices:`Choices:`

- :ansible-option-default-bold:`false` :ansible-option-default:`← (default)`
- :ansible-option-choices-entry:`true`


.. rst-class:: ansible-option-line

:ansible-option-configuration:`Configuration:`

- INI entries:

.. code-block::
[defaults]
pipelining = false
.. code-block::
[connection]
pipelining = false
- Environment variable: ANSIBLE\_PIPELINING

- Variable: ansible\_pipelining


.. raw:: html

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Parameters

A bar.

Independent from \ :emphasis:`foo`\ .


.. raw:: html

Expand Down Expand Up @@ -249,6 +251,8 @@ Parameters

Whatever.

Also required when \ :emphasis:`subfoo`\ is specified when \ :emphasis:`foo=bar`\ or \ :literal:`baz`\ .


.. raw:: html

Expand Down
Loading

0 comments on commit 307140e

Please sign in to comment.