You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Jeff Geerling 8fc5460164 Updated README with todos. 10 years ago
files Initial commit. 10 years ago
handlers Initial commit. 10 years ago
meta Initial commit. 10 years ago
tasks Initial commit. 10 years ago
README.md Updated README with todos. 10 years ago

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 (@geerlingguy), author of Ansible for DevOps. You can find out more about the book at http://ansiblefordevops.com/, and learn about the author at http://jeffgeerling.com/.