5. Install & Configure Ansible - EX294 CentOS8/RHEL8

5. Install & Configure Ansible - EX294 CentOS8/RHEL8

Ansible Installation

On the ansible.local.com server run the following commands to install ansible.

If you going to use YUM command

yum install epel-release -y

yum install ansible -y

if you going to use DNF command

dnf install epel-release -y

dnf install ansible -y

Ansible Configurations