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/29950a18-f4ea-422b-954d-39de4256d842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to