[ansible-project] Ansible fails with deployment_type assertion

2015-12-03 Thread Suryaveer Chauhan
Hi All, I am trying to install OpenShift Origin V3 (following this ) using ansible and it fails with following error: TASK: [openshift_facts | Ensure PyYaml is installed] ** ok: [192.168.144.132] =>

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

2015-12-02 Thread Suryaveer Chauhan
system as, and if you need to add > "sudo: yes" and/or "sudo_user: username" to the play. This applies EVEN IF > THE REMOTE MANAGED MACHINE IS THE SAME MACHINE FROM WHICH YOU ARE RUNNING > ANSIBLE. IE: If you're running a play on "localhost", running ansib

[ansible-project] Ansible openshift origin install fails for assertion openshift.common.deployment_type

2015-12-02 Thread Suryaveer Chauhan
Hi All, I am trying to install OpenShift Origin V3 using ansible and it fails with following error: TASK: [openshift_facts | Ensure PyYaml is installed] ** ok: [192.168.144.132] => (item=PyYAML) TASK: [openshift_facts | Gather Cluster facts]

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 detail

[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)* *