mac-setup/ansible.cfg
Elisiano Petrini 33bc08e267 Changes the default behavior of ssh pipelining to false.
This seems reasonable since in most cases this playbook is ran locally

Fixes #93
2021-03-04 14:58:05 -05:00

8 lines
146 B
INI

[defaults]
nocows = True
roles_path = ./roles:/etc/ansible/roles
[ssh_connection]
pipelining = False
control_path = /tmp/ansible-ssh-%%h-%%p-%%r