How to Install ansible on Mac using Brew

Package Information:

Name: ansible
Use: Automate deployment, configuration, and upgrading

Ansible is a universal language, unraveling the mystery of how work gets done. Turn tough tasks into repeatable playbooks
URL: https://www.ansible.com/

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install ansible using brew
    brew install ansible

ansible is ready to use now!