Ansible has the ability to run faster when pipelining is enabled. However, there are some requirements for this work. Transposition must be enabled in the ansible.cfg file or in the inventory file, and requiretty must be disabled.
I already checked -vvvv, nothing appeared showing "pipelining". In addition, I do not see a difference in speed.
Because of all this, I would like to know if there is: is there a way to verify that Ansible uses the pipelining ability?
source share