Skip to content

Commit

Permalink
Add Arch installation instructions in the installation_distros docume…
Browse files Browse the repository at this point in the history
…ntation (#522)

* Add installation instructions for Arch Linux

* Remove extra hyphen in the Windows instruction's title

* Remove duplicate target name for the bugtracker link

* Anonymous ref to fix rstcheck warning

Co-authored-by: Maxwell G <[email protected]>

---------

Co-authored-by: Maxwell G <[email protected]>
  • Loading branch information
Antiz96 and gotmax23 authored Oct 9, 2023
1 parent e8e1abf commit 2dbe1ec
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docs/docsite/rst/installation_guide/installation_distros.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,32 @@ For more details, see `this AskUbuntu post <https://askubuntu.com/a/1307181>`_.
Also note that, for security reasons, we do NOT add the key to ``/etc/apt/trusted.gpg.d/``
nor to ``/etc/apt/trusted.gpg`` where it would be allowed to sign releases from ANY repository.

Installing Ansible on Arch Linux
--------------------------------

To install the full ``ansible`` package run:

.. code-block:: bash
$ sudo pacman -S ansible
To install the minimal ``ansible-core`` package run:

.. code-block:: bash
$ sudo pacman -S ansible-core
Several Ansible ecosystem packages are also available from the Arch Linux repositories as
standalone packages that users can install alongside ``ansible-core``.
See the `Arch Linux Packages index <https://archlinux.org/packages/?sort=&q=ansible>`_
for a full list of Ansible packages in Arch Linux.

Please `file a bug <https://bugs.archlinux.org/>`__ to reach the package maintainers.

.. _from_windows:

Installing Ansible on Windows
------------------------------
-----------------------------

You cannot use a Windows system for the Ansible control node. See :ref:`windows_faq_ansible`

Expand Down

0 comments on commit 2dbe1ec

Please sign in to comment.