From a8ef77c981579e7cd77d9e90a0988b7b9f841c74 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Wed, 29 Apr 2026 23:16:14 -0500 Subject: [PATCH] Fix yamllint issues and turn on SSH Connection Pooling --- ansible.cfg | 2 +- collections/requirements.yml | 2 -- roles/requirements.yml | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 7007848..38cbcc0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -12,4 +12,4 @@ callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles [ssh_connection] pipelining = true -# ssh_args = -o ControlMaster=auto +ssh_args = -o ControlMaster=auto diff --git a/collections/requirements.yml b/collections/requirements.yml index ea4dfc5..32dcf6a 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -25,6 +25,4 @@ collections: - name: 'openstack.cloud' - name: 'microsoft.ad' - name: 'microsoft.iis' - - name: 'vultr.cloud' ... - diff --git a/roles/requirements.yml b/roles/requirements.yml index 3c0ca72..32c09b6 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -64,4 +64,3 @@ roles: src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git' version: 'master' ... -