From 1da7ce8bb84b6a0b8fe15344f536be6b834919b6 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 18 Aug 2024 08:10:56 +0200 Subject: Upgrading Ansible, adding pipelining. --- ansible/ansible.cfg | 6 +++--- bin/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 7ebd617..8a8a82c 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -9,6 +9,6 @@ vault_password_file = ./.vault-password roles_path = roles:thirdparty retry_files_enabled = False -# [ssh_connection] -# pipelining = True -# ssh_args = -o ControlMaster=auto -o ControlPersist=1200 +[ssh_connection] +pipelining = True +ssh_args = -o ControlMaster=auto -o ControlPersist=1200 diff --git a/bin/requirements.txt b/bin/requirements.txt index 8a3e290..26faaf7 100644 --- a/bin/requirements.txt +++ b/bin/requirements.txt @@ -1,2 +1,2 @@ -ansible==8.4.0 +ansible==10.3.0 gns3fy==0.8.0 -- cgit v1.2.3