diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 39fcc569601..f99ceecffb0 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -280,7 +280,7 @@ Debian users may use the same source as the Ubuntu PPA (using the following tabl :header-rows: 1 * - Debian - - + - - Ubuntu * - Debian 11 (Bullseye) - -> @@ -294,7 +294,7 @@ Debian users may use the same source as the Ubuntu PPA (using the following tabl * - Debian 8 (Jessie) - -> - Ubuntu 14.04 (Trusty) - + .. note:: As of Ansible 4.0.0, new releases will only be generated for Ubuntu 18.04 (Bionic) or later releases. @@ -304,7 +304,7 @@ Add the following line to ``/etc/apt/sources.list`` or ``/etc/apt/sources.list.d .. code-block:: bash deb http://ppa.launchpad.net/ansible/ansible/ubuntu MATCHING_UBUNTU_CODENAME_HERE main - + Example for Debian 11 (Bullseye) .. code-block:: bash @@ -443,6 +443,14 @@ Update of the software will be managed by the swupd tool:: .. _from_pip_devel: .. _getting_ansible: +.. _from_windows: + +Installing Ansible on Windows +------------------------------ + +See :ref:`windows_faq_ansible` + + Installing and running the ``devel`` branch from source ======================================================= diff --git a/docs/docsite/rst/user_guide/windows_faq.rst b/docs/docsite/rst/user_guide/windows_faq.rst index bd8a11e086a..545a3c44403 100644 --- a/docs/docsite/rst/user_guide/windows_faq.rst +++ b/docs/docsite/rst/user_guide/windows_faq.rst @@ -41,6 +41,8 @@ Ansible does not currently work with Windows Nano Server, since it does not have access to the full .NET Framework that is used by the majority of the modules and internal components. +.. _windows_faq_ansible: + Can Ansible run on Windows? ``````````````````````````` No, Ansible can only manage Windows hosts. Ansible cannot run on a Windows host