exim-config: Advance to new upstream version.
[distorted-ansible] / ansible.cfg
1 ### -*-conf-*-
2
3 [defaults]
4 gathering = smart
5 transport = ssh
6 hostfile = hosts/gen
7 legacy_playbook_variables = False
8 remote_user = root
9 nocows = True
10 forks = 32
11
12 [ssh_connection]
13 ssh_args = -oControlMaster=auto -oControlPersist=10m
14 control_path = ~/.ssh/sock-%%l/control-%%r@%%h:%%p
15 scp_if_ssh = True
16 pipelining = True