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/1551f5fd-55b6-4fd7-a738-392509b4e57b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
