It installs:
- nginx
- Puma (jungle)
- Ruby 2.0.0-p247
- PostgreSQL
- memcached
- Redis (for Sidekiq)
Change the app name, host and deploy directory in vars/defaults.yml
.
To run:
$ ansible-playbook ruby-webapp.yml
Build a box with Sidekiq, PostgreSQL, memcached, nginx, Ruby and puma (using Ansible)
Ruby