diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 59dfea22810..07e0c501c70 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -249,6 +249,18 @@ To install on a Mac, make sure you have Homebrew, then run: $ brew update $ brew install ansible +.. _from_pkgutil: + +Latest Releases Via OpenCSW (Solaris) ++++++++++++++++++++++++++++++++++++++ + +Ansible is available for Solaris as `SysV package from OpenCSW `_. + +.. code-block:: bash + + # pkgadd -d http://get.opencsw.org/now + # /opt/csw/bin/pkgutil -i ansible + .. _from_pip: Latest Releases Via Pip