Install

  1. Add Ansible repository

$ sudo apt-add-repository ppa:ansible/ansible 
  1. Run the update command

$ sudo apt-get update 
  1. Install Ansible package

$ sudo apt-get install ansible 
  1. Check Ansible Version

$ ansible –version

Last updated