I created a github gist: https://gist.github.com/yn/4efebad9d72835318ab1
In it, you will see the results of executing two ansible-playbook commands: ansible-playbook --user=ubuntu --connection=ssh --limit='p2' --inventory-file=/Users/yn/code/mine/provisioner/.vagrant/provisioners/ansible/inventory -vvvv -e pipelining=False playbook.yml and ansible-playbook --user=ubuntu --connection=ssh --limit='p2' --inventory-file=/Users/yn/code/mine/provisioner/.vagrant/provisioners/ansible/inventory -vvvv -e pipelining=True playbook.yml If I understand the documentation correctly, the -e option allows one to override the configuration variables from ansible.cfg on the command line. The outputs look identical except for various IDs that are generated randomly. How does one know if ansible is using the streaming pipe or not? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/250c1cb7-c625-468c-b6d2-3232c1ad6d5c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
