https://github.com/firehed/ansible-nginx
Ansible role: Install Nginx
https://github.com/firehed/ansible-nginx
Last synced: 4 months ago
JSON representation
Ansible role: Install Nginx
- Host: GitHub
- URL: https://github.com/firehed/ansible-nginx
- Owner: Firehed
- Created: 2015-10-30T19:19:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T19:26:46.000Z (over 10 years ago)
- Last Synced: 2025-08-09T15:32:02.669Z (10 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nginx
=====
Installs and configures Nginx
Requirements
------------
Only CentOS is supported at this time. Developed and tested on CentOS7, but it will probably work on any OS that uses Yum.
Role Variables
--------------
nginx_user: nginx
nginx_group: nginx
Dependencies
------------
The `Firehed.nginx-vhost` role is strongly recommended, as this role will not actually configure any virtual hosts, just Nginx itself.
Example Playbook
----------------
- hosts: servers
roles:
- role: Firehed.nginx
nginx_user: nginx
nginx_group: nginx
License
-------
MIT