Changes

Jump to navigation Jump to search
155 bytes added ,  11:30, 2 March 2017
basic ansible setup from git
== Installation ==
The preferred way to [http://docs.ansible.com/intro_installation.html install] is to just <code>git clone</code> the source. Having the source makes it easy to upgrade, and it's self-contained, plus best of all you get all the examples and contribs.
 
<source lang="bash">
cd
mkdir ~/bin
cd bin
git clone git://github.com/ansible/ansible.git --recursive
cd ./ansible
source ./hacking/env-setup
</source>
 
 
 
If you see this error message:
<pre>
* http://jpmens.net/2012/06/06/configuration-management-with-ansible/
* [http://jinja.pocoo.org/docs/dev/ Jinja] - the template engine for Ansible
 
[[Category:Configuration Management]]
[[Category:DevOps]]
4,558

edits

Navigation menu