Skip to content

Instantly share code, notes, and snippets.

@rgodishela
Created April 23, 2017 16:08
Show Gist options
  • Save rgodishela/c05512b2af77afe689b8839b447bdbfd to your computer and use it in GitHub Desktop.
Save rgodishela/c05512b2af77afe689b8839b447bdbfd to your computer and use it in GitHub Desktop.
Install Ansible on OS X
INSTALL ANSIBLE
Firstly do check your system details using “uname -a”
Install PIP in your Mac
Install Ansible using ” sudo -H pip install ansible”
VERIFY ANSIBLE
You may verify the version of the ansible using “sudo ansible –version”
Please note that It will not create any directory in /etc like “Debian/RedHat” OS Family.
UNINSTALLATION ANSIBLE
Uninstall Ansible using “sudo -H pip uninstall ansible”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment