It's hard to tell what "not working" means, can you share output in these cases?
On Fri, Nov 7, 2014 at 10:28 AM, skinnedknuckles < [email protected]> wrote: > 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"}' > > > 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/b9d4d677-dbe1-469d-b3e6-d1bc1e6aa02e%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/b9d4d677-dbe1-469d-b3e6-d1bc1e6aa02e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnsWgzS%3D-kM%3Dos0KUt9AonTyyO5xpCMDOcWj6a_V0GwiF9KnA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
