nginx
Ansible Role: Nginx 0.1
An Ansible role that configure nginx.
Download from Ansible Galaxy
ansible-galaxy install maruina.nginx
Usage
Override every parameters that you need to change.
nginx_sites:
my_blog:
- listen 80
- root /var/www/my_blog
- server_name www.myblog.com
- location / {
option value;
}
my_second_website:
- listen 81
- root /var/www/another_root
- server_name samename.com
- location / {
autoindex on;
}
- another nginx option
Example Playbook
- hosts: all
roles:
- { role: maruina.nginx }
License
MIT
Install
ansible-galaxy install ansiblebit/nginx
License
mit
Downloads
118
Owner