Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidalger/ansible-role-nginx
Ansible Role - Nginx on RHEL / CentOS
https://github.com/davidalger/ansible-role-nginx
ansible magento nginx role wordpress
Last synced: about 10 hours ago
JSON representation
Ansible Role - Nginx on RHEL / CentOS
- Host: GitHub
- URL: https://github.com/davidalger/ansible-role-nginx
- Owner: davidalger
- License: mit
- Created: 2019-04-01T01:51:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T00:16:43.000Z (about 4 years ago)
- Last Synced: 2024-04-12T04:12:03.306Z (7 months ago)
- Topics: ansible, magento, nginx, role, wordpress
- Language: HTML
- Homepage: https://galaxy.ansible.com/davidalger/nginx
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Nginx
[![Build Status](https://travis-ci.com/davidalger/ansible-role-nginx.svg?branch=master)](https://travis-ci.com/davidalger/ansible-role-nginx)
Installs nginx service from EPEL RPMs on RHEL / CentOS 7.
Currently this role installs nginx pre-configured with defaults tuned for Magento. Some of these defaults may be different if this role is used to deploy in a non-Magento environment. See `defaults/main.yml` for details.
## Requirements
None.
## Role Variables
See `defaults/main.yml` for details.
## Dependencies
* `geerlingguy.repo-epel`
* `davidalger.selinux`## Example Playbook
- hosts: web-servers
roles:
- { role: davidalger.nginx, tags: nginx }## License
This work is licensed under the MIT license. See LICENSE file for details.
## Author Information
This role was created in 2017 by [David Alger](https://davidalger.com/) with contributions from [Matt Johnson](https://github.com/mttjohnson/).