Maxime Guyot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
tests/ansible.cfg
|
|
@ -1,6 +1,7 @@ |
|
|
|
[ssh_connection] |
|
|
|
pipelining=True |
|
|
|
ansible_ssh_common_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 |
|
|
|
retries=2 |
|
|
|
[defaults] |
|
|
|
forks = 20 |
|
|
|
host_key_checking=False |
|
|
|