projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa7d9f
)
ansible: Set a longer connection timeout
author
nicoo
<nicoo@realraum.at>
Tue, 14 Nov 2017 23:22:11 +0000
(
00:22
+0100)
committer
nicoo
<nicoo@realraum.at>
Tue, 14 Nov 2017 23:22:11 +0000
(
00:22
+0100)
My smartcard can only perform so many signatures per second
ansible/ansible.cfg
patch
|
blob
|
history
diff --git
a/ansible/ansible.cfg
b/ansible/ansible.cfg
index
d4921c2
..
9621dfc
100644
(file)
--- a/
ansible/ansible.cfg
+++ b/
ansible/ansible.cfg
@@
-7,6
+7,8
@@
vault_password_file = ./gpg/get-vault-pass.sh
gathering = smart
var_compression_level = 9
+timeout=30
+
[ssh_connection]
pipelining = True
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s