I have used shell scripts to write the configurations. This setup contains just a shell script for Redhat Ansible.
The respective shell script files is in this file. In this shell script pip was used.
The following must have been installed:
- Python3
- pip
Make executable
chmod +x ansible.sh
Install latest
./ansible.sh
OR specific version
./ansible.sh --version=1.01
- Ansible guide.