Re: [ansible-project] Unable to create /etc/ansible/facts.d/openshift.fact, permission denied

2015-12-02 Thread Suryaveer Chauhan
Thanks for the reply. How can I check which user is logging into the remote? Below are the config parameters which has user details: *Ansible vars:* [OSEv3:vars] *ansible_ssh_user=centos* *ansible_sudo=true* *Ansible.cfg* [defaults] hostfile = ansible_hosts *

Re: [ansible-project] Unable to create /etc/ansible/facts.d/openshift.fact, permission denied

2015-12-02 Thread Suryaveer Chauhan
I think I'll open a new question for better visibility. On Thursday, December 3, 2015 at 12:41:07 AM UTC-5, Suryaveer Chauhan wrote: > > Thanks for the reply. > > How can I check which user is logging into the remote? > > Below are the config parameters which has user details: > *Ansible vars:* >

[ansible-project] Unable to create /etc/ansible/facts.d/openshift.fact, permission denied

2015-12-02 Thread Suryaveer Chauhan
Hi All, I am a newbie to ansible. I am following this blog to install OpenShift Origin V3 on OpenStack using ansible. But I am getting error as below: * "Could not create fact file: %s, error: %s" % (filename, ex)* *

Re: [ansible-project] Unable to create /etc/ansible/facts.d/openshift.fact, permission denied

2015-12-02 Thread Andrew Edelstein
It's not giving an error on your local system. That's telling you that whatever file your task is touching on the remote ("managed") system, the user that is running the command doesn't have permission to modify the file. So what this is telling you is that the user that is running the specific