(cherry picked from commit 3129fc0b17
)
This commit is contained in:
parent
48189b95cd
commit
9ec7cdc4b0
1 changed files with 9 additions and 3 deletions
|
@ -113,13 +113,19 @@ On RHEL and CentOS:
|
|||
|
||||
$ sudo yum install ansible
|
||||
|
||||
RPMs for RHEL 7 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, run the following command:
|
||||
To enable the Ansible Engine repository for RHEL 8, run the following command:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo subscription-manager repos --enable rhel-7-server-ansible-2.7-rpms
|
||||
$ sudo subscription-manager repos --enable rhel-8-server-ansible-2.8-rpms
|
||||
|
||||
To enable the Ansible Engine repository for RHEL 7, run the following command:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo subscription-manager repos --enable rhel-7-server-ansible-2.8-rpms
|
||||
|
||||
RPMs for currently supported versions of RHEL, CentOS, and Fedora are available from `EPEL <https://fedoraproject.org/wiki/EPEL>`_ as well as `releases.ansible.com <https://releases.ansible.com/ansible/rpm>`_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue