diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-12 23:57:25 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-12 23:57:25 +0200 |
| commit | de41c3a73d885ac09db7ae0618067a7d83f81606 (patch) | |
| tree | 1d2f925a58f3c1f5f69b1ff6b3d14f8ec27d52aa /ansible.cfg | |
| parent | 2c3e5ad8150f772e529fd7d62d419d8cbb4f1826 (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 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 |
