bhavicp / ansible-nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Deployment Script for Nginx and Nginx Plus

This Ansible script will install Nginx from a packaged installation or from source. This version was forked and modified from ANXS\Nginx.

This also supports installation of Nginx Plus with a valid trial or commercial license. (Instructions below)

Please note that Nginx Plus cannot be compiled from source. Any questions regarding the commercial product please contact our sales department.

https://www.nginx.com/#contact-us

Requirements & Dependencies

Ansible

For instructions on installing ansible please visit http://docs.ansible.com/intro_installation.html#getting-ansible

Platforms

Written and tested on Ubuntu 14.04

CentOS 7 support is planned and will be added soon.

Deployment

  1. Install and configure Ansible (http://docs.ansible.com/ansible/intro_installation.html)

  2. Configure your host inventory (http://docs.ansible.com/ansible/intro_inventory.html)

  3. Edit variables depending on your deployment

  4. Deploy with Ansible

sudo ansible-playbook deploy-nginx-ubuntu.yml

Variables

See the VARIABLES.md

Thanks

To the Contributors:

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 79.6%Language:HTML 20.4%