mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-26 11:10:54 +02:00
4cc100ab02
This changes the site to run on Debian 10 instead of Ubuntu 16.04. It also fully converts the previous Salt setup to use Ansible instead. Most of this was a relatively straightforward conversion, and it should be very close to equivalent. One notable difference is that I removed the setup for the "monitoring" server, since I wasn't confident that the way of setting up self-hosted Sentry and Grafana was working any more. I'll look to re-add that at some point, but it's not urgent.
12 lines
171 B
YAML
12 lines
171 B
YAML
---
|
|
nginx_enable_hsts: true
|
|
nginx_enable_csp: true
|
|
nginx_enable_ratelimiting: true
|
|
nginx_redirect_www: true
|
|
|
|
prometheus_ips:
|
|
- 127.0.0.1
|
|
- ::1
|
|
|
|
hsts_max_age: 63072000
|