Ansible role to manage Nginx
4f17c4867d
The default filename for documenting binary dependencies has been changed from "other-requirements.txt" to "bindep.txt" with the release of bindep 2.1.0. While the previous name is still supported, it will be deprecated. Move the file around to follow this change. Note that this change is self-testing, the OpenStack CI infrastructure will use a "bindep.txt" file to setup nodes for testing. For more information about bindep, see also: http://docs.openstack.org/infra/manual/drivers.html#package-requirements http://docs.openstack.org/infra/bindep/ As well as this announcement: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html Change-Id: I99d4b4f6b529bb5264511790ad06684e75bccca4 |
||
---|---|---|
defaults | ||
doc/source | ||
handlers | ||
meta | ||
tasks | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
bindep.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
ansible-role-nginx
Ansible role to manage Nginx
- License: Apache License, Version 2.0
- Documentation: https://ansible-role-nginx.readthedocs.org
- Source: https://git.openstack.org/cgit/openstack/ansible-role-nginx
- Bugs: https://bugs.launchpad.net/ansible-role-nginx
Description
NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.
Requirements
Role Variables
Dependencies
Example Playbook
- name: Install nginx
hosts: nginx
roles:
- ansible-role-nginx