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 | 990387fbce0e64df495510b26a904e881ce68509 (patch) | |
| tree | 81f21b1e31db1e0ca285962f1dc278afd4e2d1dc /ansible.cfg | |
| parent | 066c71e7863dbcf14322c36cbea649778601f7de (diff) | |
Prefer ipv4 for ansible ssh connections
Diffstat (limited to 'ansible.cfg')
| -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 |
