I’m wanting to learn Ansible and I would like to get my hands on it, so I am installing Ansible on an ARM64 host on Oracle Cloud Infrastructure.
- Install Epel Release.
sudo yum-config-manager --enable ol7_developer_EPEL
- Install Ansible.
sudo yum install ansible-python3
- Check the installation.
ansible-playbook-3 --version
It worked on Oracle Linux 7 on ARM64. I will blog more about how Ansible works in the coming days.