Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installation

Ansible is a Python application so it can be installed using Pip or Homebrew. To use the easiest way to install it is using Pip;

Code Block
$ sudo pip install ansible

...