Installs nginx from the nginx official repositories found at http://nginx.org
This role is intented as a building block - it is not designed to implement all the options available for nginx, only install it from the project repositories.
None.
None.
None.
- hosts: webservers
roles:
- { role: tjtoml.nginx }
MIT