]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Retry SSH connections five times 275/head
authorZack Cerza <zack@redhat.com>
Mon, 1 Aug 2016 22:49:49 +0000 (16:49 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 1 Aug 2016 22:49:49 +0000 (16:49 -0600)
This may help with some of the problems we've been seeing.

Related to http://tracker.ceph.com/issues/16826
Inspired by
https://github.com/ansible/ansible/issues/13401#issuecomment-216768025

Signed-off-by: Zack Cerza <zack@redhat.com>
ansible.cfg

index 5122162719f366b14d1239ab9eae8206da7d786e..31accbc13e799d71ab3b1988dfd2a1318c28f7af 100644 (file)
@@ -4,3 +4,6 @@ ansible_managed = This file is managed by ansible, don't make changes here - the
 # be changed when it lives in a production environment
 vault_password_file = ~/.vault_pass.txt
 timeout = 120
+
+[ssh_connection]
+retries = 5