roles/nginx: Add role for nginx

This role installs nginx and provides a base/skeleton configuration
suitable for most deployments.
This commit is contained in:
2020-03-14 16:04:50 -05:00
parent 1fcfc80254
commit 5de8f3e612
8 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
nginx_default_ssl_ciphers:
- PROFILE=SYSTEM

View File

@@ -0,0 +1,2 @@
nginx_default_ssl_ciphers:
- PROFILE=SYSTEM

View File

@@ -0,0 +1,4 @@
nginx_default_ssl_ciphers:
- HIGH
- '!aNULL'
- '!MD5'

View File

@@ -0,0 +1,2 @@
nginx_packages:
- nginx