I am in need of assistance in upgrading Ansible to version 2.0. Every time I attempt to install I get the 1.7.2 version. I have about 10 windows vm machines that I am looking to manage with the Ansible application and it is my understanding that 2.0 is more friendly to windows then previous version. Any help you can offer would be greatly appreciated. I have attached a screen shot of the version number.
Thank you
No only via get-apt and PPA, I will try it via PIP
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/QGOY1JRgg4g/unsubscribe.
To unsubscribe from this group and all its topics, 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/1777a515-14a0-41f9-9e60-bc0578fae5b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
$ sudo apt-get remove ansible
$ sudo apt-get install asciidoc make debhelper cdbs devscripts
$ git clone --recursive --branch v2.0.2.0-1 https://github.com/ansible/ansible.git
$ cd ansible && make deb
$ sudo dpkg -i deb-build/unstable/*.debdpkg-checkbuilddeps: Unmet build dependencies: cdbs debhelper (>= 5.0.0)
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
debuild: fatal error at line 1364:
dpkg-buildpackage -rfakeroot -D -us -uc --source-option=-I -b failed
make: *** [deb] Error 29
$ cd ansible && make rpm
$ sudo rpm -ivh rpm-build/ansible*centos.noarch.rpm$ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm
$ sudo rpm -ivh epel-release-7-6.noarch.rpm
$ sudo yum localinstall rpm-build/ansible*centos.noarch.rpm
I am in need of assistance in upgrading Ansible to version 2.0. Every time I attempt to install I get the 1.7.2 version. I have about 10 windows vm machines that I am looking to manage with the Ansible application and it is my understanding that 2.0 is more friendly to windows then previous version. Any help you can offer would be greatly appreciated. I have attached a screen shot of the version number.
Thank you
sudo apt-get update sudo apt-get install python-pip python-dev git -y sudo pip install PyYAML jinja2 paramiko git clone https://github.com/ansible/ansible.git cd ansible sudo make install sudo mkdir /etc/ansible