Skip to content

Commit a3fdd05

Browse files
jackhodgkissAlex-Welsh
authored andcommitted
feat: add retries to ssh_connection
Some environments do not have a stable provisioning network and it is common to observe ``` Data could not be sent to remote host "10.144.0.174". Make sure this host can be reached over ssh: ssh: connect to host 10.144.0.174 port 22: No route to host ``` By setting `retries` in `ssh_connection` these outages have not be observed. Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>
1 parent 6904bd2 commit a3fdd05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

etc/kayobe/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ any_unparsed_is_failed = True
2020
[ssh_connection]
2121
pipelining = True
2222
ssh_extra_args = -o ControlPersist=1h
23+
retries = 3

0 commit comments

Comments
 (0)