Deployment with Ansible
Prepare environment
Install Ansible on local PC, see: http://docs.ansible.com/intro_installation.html
Deploy
You should have access by ssh as root user for all servers. All command should be called from local PC.
git clone git@abf.io:abf/abf-ansible.git
cd abf-ansible
cp file-store.hosts.example file-store.hosts
# Update "file-store.hosts" file
# Put your ssh public key into a roles/user/files/ssh-keys folder
ansible-playbook -i file-store.hosts file-store.yml