This repository contains the Ansible scripts to deploy InterSCity on IME's cloud infrastructure - Revoada.
- Install Python 2.7
- Most Linux distributions have python installed natively. To test,
run on terminal:
python --version
- Most Linux distributions have python installed natively. To test,
run on terminal:
- Install ansible
- Install pip
- You can install pip using:
easy_install pip
- You can install pip using:
- Change ansible/hosts file to put your hosts IP
- Install ansible extra modules:
- RVM:
sudo ansible-galaxy install rvm_io.rvm1-ruby
- RVM:
- In each managed node, pointed by hosts, you need to
communicate via ssh :
- Install python 2.4 or later
- Run open-ssh
- Enable your user to run commands as sudo without request password
- Add you ssh public key to your user in remote hosts. Here's an example
- Enter in ansible directory
- Run:
ansible-playbook site.yml