Skip to content

Commit 4599a98

Browse files
jovialmarkgoddard
authored andcommitted
Add workaround for rc: -13 (#1108)
I've commonly hit this when configuring prometheus: ``` TASK [prometheus : Get container facts] ************************************************************************************************************************************* Monday 24 June 2024 11:09:37 +0000 (0:00:08.528) 0:01:31.707 *********** fatal: [will-compute-01]: FAILED! => changed=false module_stderr: '' module_stdout: '' msg: |- MODULE FAILURE See stdout/stderr for the exact error rc: -13 fatal: [will-compute-02]: FAILED! => changed=false module_stderr: '' module_stdout: '' msg: |- MODULE FAILURE See stdout/stderr for the exact error rc: -13 ``` The ControlPersist workaround is documented in these bug reports: - ansible/ansible#78344 - ansible/ansible#81777 From the comments, It seems like this does not completely resolve the issue, but does decrease the frequency that you hit this. The Prometheus tasks seem particuarly susceptible as they run on every host. (cherry picked from commit 699769c)
1 parent 4a45e6c commit 4599a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/kayobe/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ any_unparsed_is_failed = True
1717

1818
[ssh_connection]
1919
pipelining = True
20+
ssh_extra_args = -o ControlPersist=1h

0 commit comments

Comments
 (0)