ansiblebit.nginx
Ansible Role: Nginx 0.1
An Ansible role that sets up Nginx.
Download from Ansible Galaxy
ansible-galaxy install maruina.nginx
Usage
Change any settings you need to customize.
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
Installa
ansible-galaxy install ansiblebit.nginx
Licenza
mit
Download
132
Proprietario