Fix yamllint issues and turn on SSH Connection Pooling

This commit is contained in:
2026-04-29 23:16:14 -05:00
parent ae3d7b985d
commit a8ef77c981
3 changed files with 1 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles
[ssh_connection] [ssh_connection]
pipelining = true pipelining = true
# ssh_args = -o ControlMaster=auto ssh_args = -o ControlMaster=auto

View File

@@ -25,6 +25,4 @@ collections:
- name: 'openstack.cloud' - name: 'openstack.cloud'
- name: 'microsoft.ad' - name: 'microsoft.ad'
- name: 'microsoft.iis' - name: 'microsoft.iis'
- name: 'vultr.cloud'
... ...

View File

@@ -64,4 +64,3 @@ roles:
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git'
version: 'master' version: 'master'
... ...