diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-12 23:58:36 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-12 23:58:36 +0200 |
| commit | 2d4296ccfa153bb989bb3d088c319fc993d64a61 (patch) | |
| tree | 81f21b1e31db1e0ca285962f1dc278afd4e2d1dc | |
| parent | 50553bff1455c5f0cf3106cbed31bf9ac56fa55e (diff) | |
Prefer ipv4 for ansible ssh connections
| -rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
