Compare commits

..

No commits in common. "98ea861c1391f652d339704f8be3096b814f0c16" and "7ab3cb6c5990c003b25fc4f99d50452ecea4a88a" have entirely different histories.

4 changed files with 0 additions and 21 deletions

View File

@ -1,2 +0,0 @@
This directory is intended to contain pillar data shared between cluster hosts.
Create a subdirectory for the site the respective cluster is in, if one doesn't yet exist.

View File

@ -24,9 +24,3 @@
interfaces: {{ interfaces }}
{%- endif -%}
{%- endmacro -%}
{%- macro nginx_crtkeypair(name, ssldir) -%}
tls_{{ name }}:
- ssl_certificate: {{ sslbase }}/{{ ssldir }}/crt
- ssl_certificate_key: {{ sslbase }}/{{ ssldir }}/key
{%- endmacro -%}

View File

@ -1,9 +1,6 @@
{%- set sslbase = '/etc/ssl' -%}
{%- from 'macros.jinja' import nginx_crtkeypair with context -%}
{%- from 'macros.jinja' import firewall_interfaces, listeners -%}
{%- set firewall_interfaces = firewall_interfaces -%}
{%- set listeners = listeners -%}
{%- set nginx_crtkeypair = nginx_crtkeypair -%}
{%- set minion = grains['id'] -%}
{#- START Listener detection logic -#}

View File

@ -5,16 +5,6 @@ nginx:
robots:
- location /robots.txt:
- root: /srv/www/htdocs
tls:
- ssl_session_timeout: 1d
- ssl_session_cache: shared:Lysergic:10m
- ssl_session_tickets: 'off'
- ssl_protocols: TLSv1.3
- ssl_prefer_server_ciphers: 'off'
- add_header: Strict-Transport-Security "max-age=63072000" always
- ssl_stapling: 'on'
- ssl_stapling_verify: 'on'
- ssl_trusted_certificate: /etc/ssl/ca-bundle.pem
php-fastcgi:
- 'location ~* \.php$':
- fastcgi_index: index.php