Skip to content

Commit f6346aa

Browse files
committed
fix: add ssh_connection settings from collector
This fixes a connectivity issue with RHEL 10 VMs that only happens on CI.
1 parent 39afe0b commit f6346aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/ansible.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[defaults]
22
stdout_callback=debug
33
stderr_callback=debug
4+
5+
[ssh_connection]
6+
ssh_args = -o StrictHostKeyChecking=no -C -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=10
7+
retries = 5

0 commit comments

Comments
 (0)