diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 13:03:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 13:03:09 +0300 |
commit | 9bf4a9766ccf515aa372e1619e71c0a783cf79d0 (patch) | |
tree | 5563ffd6eb88aa7accc290f8334c0696b2a18b12 /ansible.cfg | |
parent | ansible.cfg: add a comment (diff) | |
download | maintenance-9bf4a9766ccf515aa372e1619e71c0a783cf79d0.tar.gz maintenance-9bf4a9766ccf515aa372e1619e71c0a783cf79d0.zip |
retry timed out SSH connections
Diffstat (limited to '')
-rw-r--r-- | ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index ddbe69e..b7b380a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,6 @@ # Readable output: stdout_callback = yaml stderr_callback = yaml + +[ssh_connection] +retries = 2 |