Sorry, I should have been more explicit.  It is working now.

123.123.123.123 | success>>{
    "changed": false,
    "ping": "pong"
}


On Thursday, October 9, 2014 12:32:33 PM UTC-5, skinnedknuckles wrote:
>
> I'm using Fedora 20 and have failed to get Ansible working properly.  Here 
> are the commands I used to set everything up.  Some of these are probably 
> not necessary.  Could someone let me know which of these I could leave out 
> or any that are missing?  Currently it's not working and I want to start 
> over with all my installs.  Also the command "sudo make rpm" never worked 
> for me.  It produced the Error "AsciiDoc 'a2x' command is not installed but 
> is required .....   I tried installing asciidoc and asciidoctor from github 
> but those didn't help.  Elsewhere I read that installing python-devel would 
> achieve the same end.  Here are my commands.
>
> sudo yum install git
> sudo yum install python
> sudo yum -y install python-pip
> sudo yum install python-setuptools python-setuptools-devel
> sudo yum groupinstall "Development tools"
> sudo yum install python-devel
> ysudo yum install gcc
> sudo git clone git://github.com/ansible/ansible.git /etc/ansible
>
>
> cd /etc/ansible
>
> source ./hacking/env-setup
>
> sudo pip install paramiko
> sudo pip install PyYAML
> sudo pip install jinja2
> sudo pip install httplib2
>
> sudo make rpm (didn't work)
>
> sudo pip install -U 
> http://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm
> sudo yum install sshpass
>

-- 
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/0b9f6565-a5b8-4243-979b-9fdfcc9b0ea9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to