September 2018
Beginner to intermediate
214 pages
5h 53m
English
If you are using Yellowdog Updater, Modified (Yum), you will have an extra step, since Ansible is not located in the default RHEL repositories. As you may have experienced when installing tools in the past, the Extra Package for Enterprise Linux (EPEL) is often required to be installed before you can use the package manager to install the tools. This is a very straightforward step. We first need to download the epel-release rpm file from the Fedora Project website: http://fedoraproject.org/wiki/EPEL. We then need to install it using rpm as follows:
sudo rpm -i epel-release-latest-7.noarch.rpm
Read now
Unlock full access