Difference between revisions of "Install ansible and requirements"
From AMTech WikiDocs
(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...") |
(No difference)
|
Latest revision as of 14:14, 20 June 2016
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