install tools: Ansible

Install Ansible

For simplicity we provide an example with CentOS 7. Other Linux LSB distributions should be handled similarly. We assume that we are on a clean install as root.

yum -y update
yum -y install epel-release
yum -y update

(update cache)

yum -y install ansible
ansible --version

should show ansible 2.9.10 later versions should be fine aswell