From 84053b3ce6ea4f3ac9d35026587a4e3b87d38233 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sat, 4 Sep 2021 23:57:03 -0400 Subject: [PATCH] Remove SSH compression and INI inventory plugin --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 8bf82e3..bbbc224 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,7 +2,7 @@ host_key_checking = false [ssh_connection] -ssh_args = "-C -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes" +ssh_args = "-o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes" [inventory] -enable_plugins = yaml +enable_plugins = ansible.builtin.yaml