Commit 6b7c2eb
authored
Fix clush group resolver error by moving SSH options to clush.conf (#2142)
The previous commits added SSH options via clush's -o CLI flag, which
broke clush's argument parsing and caused "Group resolver error: Default
group source not found: ansible". Move all SSH options (IdentityFile,
StrictHostKeyChecking, UserKnownHostsFile, LogLevel) into clush.conf
where they belong. Add UserKnownHostsFile=/dev/null to clush.conf to
avoid known_hosts race conditions with fanout:64 concurrent connections.
AI-assisted: Claude Code
Signed-off-by: Christian Berendt <berendt@osism.tech>1 parent 669e7e4 commit 6b7c2eb
2 files changed
Lines changed: 12 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
212 | 209 | | |
213 | 210 | | |
214 | 211 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
241 | 223 | | |
242 | 224 | | |
243 | 225 | | |
| |||
0 commit comments