Mirror HanXHX/ansible-nginx dari GitHub.
 
 
Go to file
Emilien Mantel 078c3420e1 Fix Vagrantfile (debian is not freebsd)... uh? :) 2016-03-09 10:28:06 +01:00
defaults Manage FreeBSD nginx package name 2016-03-07 12:08:34 +01:00
doc Doc fixes 2016-03-07 12:05:58 +01:00
files/web Moving files 2015-07-15 15:42:32 +02:00
handlers Only reload nginx 2015-11-03 14:38:47 +01:00
meta I support now FreeBSD! 2016-03-05 18:43:49 +01:00
tasks Fix check HTTP2 on FreeBSD (multi-OS code) 2016-03-08 19:37:39 +01:00
templates/etc/nginx Fix check HTTP2 on FreeBSD (multi-OS code) 2016-03-08 19:37:39 +01:00
tests Fix check HTTP2 on FreeBSD (multi-OS code) 2016-03-08 19:37:39 +01:00
vars Nagios OK on FreeBSD 2016-03-05 18:34:04 +01:00
.gitignore Gitignore *.retry 2016-03-05 11:06:34 +01:00
.travis.yml Add travis webhook to galaxy 2016-03-05 12:06:08 +01:00
LICENSE Initial commit 2015-07-15 12:12:06 +02:00
README.md Manage FreeBSD nginx package name 2016-03-07 12:08:34 +01:00
Vagrantfile Fix Vagrantfile (debian is not freebsd)... uh? :) 2016-03-09 10:28:06 +01:00

README.md

Nginx for Debian/FreeBSD Ansible role

Ansible Galaxy Build Status

Install and configure Nginx on Debian/FreeBSD.

Features:

  • SSL/TLS "hardened" support
  • Manage basic auth on vhost / location
  • Proxy + Upstream
  • Fast PHP configuration
  • Preconfigured vhost templates (should work on many app)
  • Auto-configure HTTP2 on SSL/TLS vhosts

Requirements

None. If you set true to nginx_backports, you must install backports repository before lauching this role.

Role Variables

Packaging

Debian:

  • nginx_apt_package: APT nginx package (try: apt-cache search ^nginx)
  • nginx_backports: Install nginx from backport repository (bool)

FreeBSD:

  • nginx_pkgng_package: PKGNG nginx package (should be "nginx" or "nginx-devel")

Shared

  • nginx_root: root directory where you want to have your files
  • nginx_log_dir: log directory (if you change it, don't forget to change logrotate config)
  • nginx_resolver: list of DNS resolver (default: OpenDNS)
  • nginx_error_log_level: default log level
  • nginx_auto_config_httpv2: boolean, auto configure HTTP2 where possible

Nginx Configuration

  • nginx_user
  • nginx_worker_processes
  • nginx_pid: daemon pid file
  • nginx_events_*: all variables in events block
  • nginx_http_*: all variables in http block
  • nginx_custom_http: instructions list (will put data in /etc/nginx/conf.d/custom.conf)

Fine configuration

Vhost configuration

PHP configuration

Upstream Configuration

SSL/TLS Configuration

Basic Auth

FreeBSD

Note

  • Active support for Debian.
  • FreeBSD support is experimental (no Travis). I only test (for the moment) 10.2 (but it can work on other versions).
  • I don't manage BackupPC for FreeBSD (PR welcome).

Dependencies

None

Example Playbook

See tests/test.yml.

License

GPLv2

Author Information