Skip to content

tjtoml/ansible-role-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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