Setting Ansible on Fedora

131 views
Skip to first unread message

skinnedknuckles

unread,
Oct 9, 2014, 1:32:33 PM10/9/14
to ansible...@googlegroups.com
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

skinnedknuckles

unread,
Nov 7, 2014, 10:28:43 AM11/7/14
to ansible...@googlegroups.com
There must be a problem with my encryption because when I run this line in powershell it works.

winrm set winrm/config/service '@{AllowUnencrypted="true"}'

Michael DeHaan

unread,
Nov 7, 2014, 11:30:45 AM11/7/14
to ansible...@googlegroups.com
It's hard to tell what "not working" means, can you share output in these cases?





--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b9d4d677-dbe1-469d-b3e6-d1bc1e6aa02e%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

skinnedknuckles

unread,
Nov 7, 2014, 11:37:07 AM11/7/14
to ansible...@googlegroups.com
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:
Reply all
Reply to author
Forward
0 new messages