Here is a sample failure message: fatal: [u05] => Authentication or permission failure. In some cases, you may have been able to authenticate and did not have permissions on t he remote directory. Consider changing the remote temp path in ansible.cfg to a path rooted in "/tmp". Failed command was: mkdir -p $HOME/.ans ible/tmp/ansible-1393461099.9-52166303344836 && echo $HOME/.ansible/tmp/ansible-1393461099.9-52166303344836, exited with result 1: mkdir: cann ot create directory `/root/.ansible/tmp/ansible-1393461099.9-52166303344836': Too many links
The reason is that /root/.ansible/tmp/ got filled with 32000 files. I am not sure why Ansible doesn't clean up after itself, but that's what happened on my system with basically default ansible.cfg (except parallelism was bumped up to 100). Ansible runs about every 5 minutes in my environment. Thanks! iordan -- 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/5d36c0fd-6dd1-471d-acca-eee65b1952b2%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
