1 2 3 4 5 6 7
#!/bin/bash -eux yum -y update # Install EPEL repository. yum -y install epel-release # Install Ansible. yum -y install ansible