From e6bf57469ed6a39acec3b660aaf908f93bfbc120 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 19 Sep 2014 23:48:11 +0200 Subject: [PATCH] Add Gentoo install notes --- docsite/rst/intro_installation.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 410284ab7d6..795ea9b1ac7 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -194,6 +194,24 @@ You may also wish to run from source to get the latest, which is covered above. .. _from_pkg: +Latest Releases Via Portage (Gentoo) +++++++++++++++++++++++++++++++++++++ + +.. code-block:: bash + + $ emerge -av app-admin/ansible + +To install the newest version, you may need to unmask the ansible package prior to emerging: + +.. code-block:: bash + + $ echo 'app-admin/ansible' >> /etc/portage/package.accept_keywords + +.. note:: + + If you have Python 3 as a default Python slot on your Gentoo nodes (default setting), then you + must set ``ansible_python_interpreter = /usr/bin/python2`` in your group or inventory variables. + Latest Releases Via pkg (FreeBSD) +++++++++++++++++++++++++++++++++