Docs: add install link for windows (#75811)

pull/75833/head
Sandra McCann 3 years ago committed by GitHub
parent 5d1abdbf6b
commit 927ffe26b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
=======================================================

@ -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

Loading…
Cancel
Save