tjtoml / ansible-role-nginx

ansible role to install nginx from the nginx.org repositories

Home Page:https://galaxy.ansible.com/tjtoml/nginx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status role

tjtoml.nginx

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.

Requirements

None.

Role Variables

None.

Dependencies

None.

Example Playbook

- hosts: webservers
  roles:
     - { role: tjtoml.nginx }

License

MIT