Add depends info for installing into an existing system

This commit is contained in:
Jay Little 2016-08-12 19:05:49 -04:00 committed by GitHub
parent 4f3e3230e3
commit f0d31719e0

View file

@ -42,6 +42,13 @@ sudo easy_install pip
sudo pip install ansible dopy==0.3.5 boto
```
To install the dependencies for installing on an existing Ubuntu 16.04 system:
```
sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update && sudo apt-get install ansible
```
There are three available installation targets:
* DigitalOcean
* Amazon EC2