$ sudo yum install asciidoc make rpm-build $ git clone --recursive --branch v2.0.2.0-1 https:// github.com/ansible/ansible.git $ cd ansible && make rpm $ sudo rpm -ivh rpm-build/ansible-2.0.2.0-0.git201604192124.24d9e5e.HEAD.el7 .centos.noarch.rpm
You will get broken dependensies On Wednesday, June 1, 2016 at 11:36:30 AM UTC+3, [email protected] wrote: > > Hi Dmitry, > > Can I use something similar to create package for RedHat Linux? I have > the problem that the machine inside the network that I want to use as a > master, doesn't have internet, so I will probably need to create a > package(preferably rpm) to install this, but as a Solaris man, I struggle > to find a way on the ansible docs. Could you possibly point me in the > correct direction? > > H. > > On Tuesday, May 31, 2016 at 4:44:29 PM UTC+1, Dmitry Owl wrote: > >> You can install from source code. >> >> $ 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/*.deb >> >> >> -- 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/969cb105-910d-4586-a753-f799182de4df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
