Re: Ansible - permission denied gathering facts

2017-09-12 Thread Mateus Caruccio
Just figured out I'd created dir /etc/ansible/facts.d/openshift.fact when that should be the path name for the fact file. Took me only 24h! Anyway, I believe the error message is misleading: $ mkdir mydir && echo > mydir bash: mydir: Is a directory That is something I expect to see when a file

Ansible - permission denied gathering facts

2017-09-12 Thread Mateus Caruccio
Hello. I'm running openshift-ansible and hit on a permission denied error during fact gathering of playbook "Evaluate node groups" It doesn't matter if it runs as regular (getup) or root user. Both user have ssh {getup,root}@localhost access using private keys and sudo without password. I even