From de41c3a73d885ac09db7ae0618067a7d83f81606 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 12 Jul 2026 23:57:25 +0200 Subject: Prefer ipv4 for ansible ssh connections --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 18b6f30..5371a75 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,6 +3,7 @@ display_skipped_hosts = no interpreter_python = auto_silent inventory = ./inventory/ callback_result_format = yaml +force_ipv4 = True [ssh_connection] pipelining = yes -- cgit v1.2.3