I am trying to provision a machine on EC2 (I am provisioning it to be a management node for a larger fleet of machines, this is why it has Vagrant and Ansible installed on it)
https://github.com/yn/provisioner
If I understand correctly, then the following line:
ansible.raw_arguments = ['-e pipelining=True']
should reduce the number of operations that ansible performs.
AFAICT the number of operations is the same with that line and without, and the output log between the two provisions looks identical, except for different temporary filenames and time-date differences.
I double checked, and the machine that I am provisioning doesn't have "requiretty" in the /etc/sudoers file. You can test it yourself, the AMI is public.
Any help is appreciated!