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!

-- 
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/bbff9aa2-cda6-4ba1-a922-221d26d52041%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to