https://github.com/debops/ansible-nginx
Install and manage nginx webserver
https://github.com/debops/ansible-nginx
Last synced: about 1 year ago
JSON representation
Install and manage nginx webserver
- Host: GitHub
- URL: https://github.com/debops/ansible-nginx
- Owner: debops
- License: gpl-3.0
- Created: 2014-08-31T23:47:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T03:32:45.000Z (over 4 years ago)
- Last Synced: 2024-11-27T06:36:44.655Z (over 1 year ago)
- Language: Shell
- Size: 608 KB
- Stars: 50
- Watchers: 11
- Forks: 42
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](https://debops.org) nginx
[](https://travis-ci.org/debops/ansible-nginx)
[](https://github.com/debops/test-suite/tree/master/ansible-nginx/)
[](https://galaxy.ansible.com/debops/nginx)
The [nginx](https://nginx.org/) is a fast and light webserver with extensible
configuration.
The `debops.nginx` role can be used to install and manage `nginx` configuration
for multiple websites at the same time. The server is configured using
inventory variables. This role can also be used as a dependency of another role
to configure a webserver for that role using dependency variables.
### Installation
This role requires at least Ansible `v2.1.5`. To install it, run:
```Shell
ansible-galaxy install debops.nginx
```
### Documentation
More information about `debops.nginx` can be found in the
[official debops.nginx documentation](https://docs.debops.org/en/latest/ansible/roles/ansible-nginx/docs/).
### Role dependencies
- `debops.secret`
- `debops.apt_preferences`
- `debops.ferm`
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://debops.org/) for a complete solution to run your Debian-based infrastructure.
### Authors and license
- [Maciej Delmanowski](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-drybjed) (maintainer) | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
- [Robin Schneider](https://docs.debops.org/en/latest/debops-keyring/docs/entities.html#debops-keyring-entity-ypid) | [e-mail](mailto:ypid@riseup.net) | [GitHub](https://github.com/ypid)
License: [GPL-3.0](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of [DebOps](https://debops.org/). README generated by [ansigenome](https://github.com/nickjj/ansigenome/).