Ansible Role - Nginx
Go to file
Jeff Geerling 3e9fbe032b Updated README.md 2014-04-21 13:06:38 -05:00
files Initial commit. 2014-03-07 08:51:16 -06:00
handlers Initial commit. 2014-03-07 08:51:16 -06:00
meta Initial commit. 2014-03-07 08:51:16 -06:00
tasks Initial commit. 2014-03-07 08:51:16 -06:00
README.md Updated README.md 2014-04-21 13:06:38 -05:00

README.md

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 }

TODO

  • Make everything more configurable.
  • Make this role work with all flavors of linux (as supported by nginx repos).

License

MIT / BSD

Author Information

This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.