=======================
This role does the following:
- Install
nginx
- Install
passenger
- Enable
passenger
config - Install
nginx init.d service
Tested on ubuntu/trusty64
but migth work as well in othes debian based distros
None.
You need a ruby
installation before the passenger
setup.
Include this role in a playbook as below:
- hosts: servers
roles:
- { role: spireworks.nginx-passenger, become: yes }
You need to install vagrant
in your local machine. Just run
vagrant up
and go and get a coffee. If you want go provision an
existing machine, run vagrant provision
. Remember to
run vagrant destroy
so you don't run out of RAM in your
laptop ;)
MIT