I actually forget.

pull/4420/head
Michael DeHaan 2012-08-06 20:53:33 -04:00
parent 532381203e
commit 77e471650b
18 changed files with 26 additions and 32 deletions

View File

@ -290,7 +290,7 @@ languages:
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -466,7 +466,7 @@ e.g.
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -319,7 +319,7 @@ This way you have an audit trail describing when and why you changed the rules a
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -397,7 +397,7 @@ a simplified syntax for this.</p>
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -410,7 +410,7 @@ tasks &#8211; whether for a QA sytem, build system, or anything you can think of
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -205,7 +205,7 @@ s.parentNode.insertBefore(ga, s);
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -258,7 +258,7 @@ $ sudo make install</pre>
<div class="section" id="via-rpm"> <div class="section" id="via-rpm">
<h3>Via RPM<a class="headerlink" href="#via-rpm" title="Permalink to this headline"></a></h3> <h3>Via RPM<a class="headerlink" href="#via-rpm" title="Permalink to this headline"></a></h3>
<p>RPMs for the last Ansible release are available for <a class="reference external" href="http://fedoraproject.org/wiki/EPEL">EPEL</a> 6 and currently supported <p>RPMs for the last Ansible release are available for <a class="reference external" href="http://fedoraproject.org/wiki/EPEL">EPEL</a> 6 and currently supported
Fedora distributions.</p> Fedora distributions. Ansible itself can manage earlier operating systems that contain python 2.4 or higher.</p>
<blockquote> <blockquote>
<div># install the epel-release RPM if needed on CentOS, RHEL, or Scientific Linux <div># install the epel-release RPM if needed on CentOS, RHEL, or Scientific Linux
$ sudo yum install ansible</div></blockquote> $ sudo yum install ansible</div></blockquote>
@ -269,17 +269,14 @@ $ cd ./ansible
$ make rpm $ make rpm
$ sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/ansible-*.noarch.rpm</pre> $ sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/ansible-*.noarch.rpm</pre>
</div> </div>
<p>Note that if you are tracking the upstream source (i.e. git), the RPM revision will not be
bumped with every source code change. To get around this, you can use
<tt class="docutils literal"><span class="pre">rpm</span> <span class="pre">-Uvh</span></tt> with <tt class="docutils literal"><span class="pre">--force</span></tt> when RPM tells you the package is still at the
same version. This is perfectly safe to do.</p>
</div> </div>
<div class="section" id="debian-gentoo-arch-others"> <div class="section" id="debian-gentoo-arch-others">
<h3>Debian, Gentoo, Arch, Others<a class="headerlink" href="#debian-gentoo-arch-others" title="Permalink to this headline"></a></h3> <h3>Debian, Gentoo, Arch, Others<a class="headerlink" href="#debian-gentoo-arch-others" title="Permalink to this headline"></a></h3>
<p>Gentoo eBuilds are available <a class="reference external" href="https://github.com/uu/ubuilds">here</a></p> <p>Ubuntu builds are available <a class="reference external" href="https://launchpad.net/~rquillo/+archive/ansible">in a PPA here</a></p>
<p>Debian package recipes can be built from the source checkout, run:</p> <p>Debian/Ubuntu package recipes can also be built from the source checkout, run:</p>
<div class="highlight-python"><pre>make debian</pre> <div class="highlight-python"><pre>make debian</pre>
</div> </div>
<p>Gentoo eBuilds are available <a class="reference external" href="https://github.com/uu/ubuilds">on github here</a></p>
<p>An Arch PKGBUILD is available on <a class="reference external" href="https://aur.archlinux.org/packages.php?ID=58621">AUR</a> <p>An Arch PKGBUILD is available on <a class="reference external" href="https://aur.archlinux.org/packages.php?ID=58621">AUR</a>
If you have python3 installed on Arch, you probably want to symlink python to python2:</p> If you have python3 installed on Arch, you probably want to symlink python to python2:</p>
<div class="highlight-python"><pre>sudo ln -sf /usr/bin/python2 /usr/bin/python</pre> <div class="highlight-python"><pre>sudo ln -sf /usr/bin/python2 /usr/bin/python</pre>
@ -392,7 +389,7 @@ explore, but you already have a fully working infrastructure!</p>
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -261,7 +261,7 @@ is templated and transferred, is the example of a task.</p>
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -412,7 +412,7 @@ Puppet Labs, and is now with <a class="reference external" href="http://rpath.co
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -510,7 +510,7 @@ the program. Stop by the mailing list to inquire about requirements.</p>
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -1569,7 +1569,7 @@ yum name=httpd state=installed</pre>
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -381,7 +381,7 @@ a <a class="reference external" href="https://github.com/ansible/ansible/blob/de
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -536,7 +536,7 @@ package is installed. Try it!</p>
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -615,7 +615,7 @@ logs from ansible-pull runs would be an excellent way to gather and analyze remo
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -84,7 +84,7 @@ Via RPM
+++++++ +++++++
RPMs for the last Ansible release are available for `EPEL <http://fedoraproject.org/wiki/EPEL>`_ 6 and currently supported RPMs for the last Ansible release are available for `EPEL <http://fedoraproject.org/wiki/EPEL>`_ 6 and currently supported
Fedora distributions. Fedora distributions. Ansible itself can manage earlier operating systems that contain python 2.4 or higher.
# install the epel-release RPM if needed on CentOS, RHEL, or Scientific Linux # install the epel-release RPM if needed on CentOS, RHEL, or Scientific Linux
$ sudo yum install ansible $ sudo yum install ansible
@ -97,20 +97,17 @@ build an RPM you can distribute and install::
$ make rpm $ make rpm
$ sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/ansible-*.noarch.rpm $ sudo rpm -Uvh ~/rpmbuild/RPMS/noarch/ansible-*.noarch.rpm
Note that if you are tracking the upstream source (i.e. git), the RPM revision will not be
bumped with every source code change. To get around this, you can use
``rpm -Uvh`` with ``--force`` when RPM tells you the package is still at the
same version. This is perfectly safe to do.
Debian, Gentoo, Arch, Others Debian, Gentoo, Arch, Others
++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++
Gentoo eBuilds are available `here <https://github.com/uu/ubuilds>`_ Ubuntu builds are available `in a PPA here <https://launchpad.net/~rquillo/+archive/ansible>`_
Debian package recipes can be built from the source checkout, run:: Debian/Ubuntu package recipes can also be built from the source checkout, run::
make debian make debian
Gentoo eBuilds are available `on github here <https://github.com/uu/ubuilds>`_
An Arch PKGBUILD is available on `AUR <https://aur.archlinux.org/packages.php?ID=58621>`_ An Arch PKGBUILD is available on `AUR <https://aur.archlinux.org/packages.php?ID=58621>`_
If you have python3 installed on Arch, you probably want to symlink python to python2:: If you have python3 installed on Arch, you probably want to symlink python to python2::

View File

@ -222,7 +222,7 @@ s.parentNode.insertBefore(ga, s);
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>

File diff suppressed because one or more lines are too long

View File

@ -261,7 +261,7 @@ s.parentNode.insertBefore(ga, s);
</p> </p>
<p> <p>
&copy; Copyright 2012 Michael DeHaan.<br/> &copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on Aug 03, 2012.<br/> Last updated on Aug 06, 2012.<br/>
</p> </p>
</div> </div>
</footer> </footer>