mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Docs: add install link for windows (#75811)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user