Skip to content
Snippets Groups Projects
Commit be9eaee6 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Tiny fix of quickstart guide"

parents 042f2a04 fffb6678
No related branches found
No related tags found
No related merge requests found
...@@ -253,13 +253,13 @@ For best results, Ansible configuration should be tuned for your environment. ...@@ -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 For example, add the following options to the Ansible configuration file
``/etc/ansible/ansible.cfg``: ``/etc/ansible/ansible.cfg``:
.. path /etc/ansible/ansible.cfg .. path /etc/ansible/ansible.cfg
.. code-block:: ini .. code-block:: ini
[defaults] [defaults]
host_key_checking=False host_key_checking=False
pipelining=True pipelining=True
forks=100 forks=100
Further information on tuning Ansible is available `here Further information on tuning Ansible is available `here
<https://www.ansible.com/blog/ansible-performance-tuning>`__. <https://www.ansible.com/blog/ansible-performance-tuning>`__.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment