Commit 61460d8
committed
Workaround: Disable SSH pipelining
There is a race condition in Ansible that can result in this failure:
msg: |-
MODULE FAILURE
See stdout/stderr for the exact error
rc: -13
See ansible/ansible#78344 and
ansible/ansible#81777.
In stackhpc/stackhpc-kayobe-config#1108 we
applied a workaround to increase the ControlPersist timeout to 1 hour,
but this does not always work.
Disabling SSH pipelining prevents the issue at the cost of Ansible
execution duration.1 parent 201e0d9 commit 61460d8
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
121 | 140 | | |
122 | 141 | | |
123 | 142 | | |
| |||
0 commit comments