ansible-role-nginx/README.md

37 lines
626 B
Markdown
Raw Normal View History

2014-03-07 15:51:16 +01:00
# Ansible Role: Nginx
Installs Nginx on RHEL/CentOS 6.x.
This role installs the latest version of Nginx direct from the Nginx yum repository.
## Requirements
None.
## Role Variables
None.
## Dependencies
None.
## Example Playbook
- hosts: server
roles:
- { role: geerlingguy.nginx }
2014-03-07 16:07:04 +01:00
## TODO
- Make everything more configurable.
- Make this role work with all flavors of linux (as supported by nginx repos).
2014-03-07 15:51:16 +01:00
## License
MIT / BSD
## Author Information
2014-04-21 20:06:38 +02:00
This role was created in 2014 by [Jeff Geerling](http://jeffgeerling.com/), author of [Ansible for DevOps](http://ansiblefordevops.com/).