Install ansible and requirements
From AMTech WikiDocs
Revision as of 14:14, 20 June 2016 by Amarrero (Talk | contribs) (Created page with "== Requirements == Install Python 2.6 or 2.7 $> sudo apt-get install python == Install ansible == We use ansible version >= 2.0. Add repository ppa:ansible/ansible and insta...")
Requirements
Install Python 2.6 or 2.7
$> sudo apt-get install python
Install ansible
We use ansible version >= 2.0. Add repository ppa:ansible/ansible and install ansible package.
$> sudo add-apt-repository ppa:ansible/ansible $> sudo apt-get update $> sudo apt-get install ansible