chiark
/
gitweb
/
~mdw
/
distorted-ansible
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
*.yml: Add some header comments.
[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