|
|
|
@ -103,12 +103,19 @@ On Fedora:
|
|
|
|
|
|
|
|
|
|
|
|
$ sudo dnf install ansible
|
|
|
|
$ sudo dnf install ansible
|
|
|
|
|
|
|
|
|
|
|
|
On RHEL and CentOS:
|
|
|
|
On RHEL:
|
|
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
|
|
$ sudo yum install ansible
|
|
|
|
$ sudo yum install ansible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On CentOS:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ sudo yum install epel-release
|
|
|
|
|
|
|
|
$ sudo yum install ansible
|
|
|
|
|
|
|
|
|
|
|
|
RPMs for RHEL 7 and RHEL 8 are available from the `Ansible Engine repository <https://access.redhat.com/articles/3174981>`_.
|
|
|
|
RPMs for RHEL 7 and RHEL 8 are available from the `Ansible Engine repository <https://access.redhat.com/articles/3174981>`_.
|
|
|
|
|
|
|
|
|
|
|
|
To enable the Ansible Engine repository for RHEL 8, run the following command:
|
|
|
|
To enable the Ansible Engine repository for RHEL 8, run the following command:
|
|
|
|
|