How to Install ansible on Mac using Brew
Package Information:
Name: ansible
Use: Automate deployment, configuration, and upgrading
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ansible using brew
brew install ansible
ansible is ready to use now!