Tiny fix of quickstart guide
Remove some unexpected indents. Change-Id: I50b8239ab7270814ffc8be9affb3bd28ce1f855b
This commit is contained in:
parent
d12e3ef67a
commit
fffb6678f1
@ -253,13 +253,13 @@ For best results, Ansible configuration should be tuned for your environment.
|
||||
For example, add the following options to the Ansible configuration file
|
||||
``/etc/ansible/ansible.cfg``:
|
||||
|
||||
.. path /etc/ansible/ansible.cfg
|
||||
.. code-block:: ini
|
||||
.. path /etc/ansible/ansible.cfg
|
||||
.. code-block:: ini
|
||||
|
||||
[defaults]
|
||||
host_key_checking=False
|
||||
pipelining=True
|
||||
forks=100
|
||||
[defaults]
|
||||
host_key_checking=False
|
||||
pipelining=True
|
||||
forks=100
|
||||
|
||||
Further information on tuning Ansible is available `here
|
||||
<https://www.ansible.com/blog/ansible-performance-tuning>`__.
|
||||
|
Loading…
Reference in New Issue
Block a user