It is an elasticsearch error, but I'm not sure it's unrelated to Ansible. Reading the elasticsearch source, it looks like elasticsearch looks for a resource to load called elasticsearch.yml. It looks in a few places, but my suspicion is that it finds this file in $PATH. So does Ansible add playbooks to $PATH?
Elasticsearch will look in the current working directory for elasticsearch.yml. However, I'm skeptical that this is the reason because I'm running a script that loads the playbooks and calls ansible-playbook on them. When I'm running my script, I'm not running it from the same directory where the playbooks are located. And my script doesn't cd into the playbooks directory or add the playbooks directory or any playbooks to $PATH. So unless, Ansible cd's into the playbooks directory, the $PATH scenario is more likely. It's entirely possible, but I have my doubts that Ansible is changing directories since it doesn't seem necessary. On Sunday, March 22, 2015 at 4:57:05 PM UTC-4, Brian Coca wrote: > > That seems an elastic search error, unrelated to ansible. > > > -- > Brian Coca > -- 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/dc847680-975a-4009-8404-a17a0f0be2a9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
