/ansible-install

This shell script installs Ansible or upgrades

Primary LanguagePython

Ansible

I have used shell scripts to write the configurations. This setup contains just a shell script for Redhat Ansible.

Shell Script

The respective shell script files is in this file. In this shell script pip was used.

Usage

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

Sources