Skip to content

Commit

Permalink
Move pipelining option to ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidat committed Aug 31, 2019
1 parent 213babf commit 72d3514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[defaults]
retry_files_enabled = False
pipelining = True
2 changes: 1 addition & 1 deletion examples/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# consider adding an additional `ansible_connection=local` argument below.

[matrix_servers]
matrix.<your-domain> ansible_host=<your-server's external IP address> ansible_ssh_user=root ansible_ssh_pipelining=yes
matrix.<your-domain> ansible_host=<your-server's external IP address> ansible_ssh_user=root

0 comments on commit 72d3514

Please sign in to comment.