My ansible playbook is very slow since couple of days and hangs alot while execution.

Any suggestions how do I fix it?

I do have this in my ansible.cfg file

[defaults]
roles_path = ./roles
host_key_checking = False

[ssh_connection]
pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r

Any suggestions how do I fix it?

I do have this in my ansible.cfg file

[defaults]
roles_path = ./roles
host_key_checking = False

[ssh_connection]
pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r

This mailing list is for the discussion related to developing Ansible,
modules, or plugins. For topics like this I would suggest reaching out
to the Ansible User mailing list
https://groups.google.com/forum/#!forum/ansible-project

-AdamM