From 990387fbce0e64df495510b26a904e881ce68509 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 12 Jul 2026 23:58:36 +0200 Subject: Prefer ipv4 for ansible ssh connections --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg index 222a82d7..f39eddff 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,6 +4,7 @@ interpreter_python = auto_silent inventory = ./inventory/ callback_result_format = yaml force_handlers = True +force_ipv4 = True [ssh_connection] pipelining = True -- cgit v1.2.3