Ansible role for installing nginx and providing some default config files.
see defaults/main.yml
Ubuntu >= 14.04, must be run as root
none
ansible-galaxy install jlgeering.nginx-base-config
---
- hosts: all
become: yes
roles:
- { role: jlgeering.nginx-base-config, nginx_base_config_replace: true }
MIT
Jean-Luc Geering