ansible-personal/roles
Alan Orth 48978407b8
roles/nginx: Move HTTP Strict Transport Security toggle to vhosts
This is really a per-site setting, so it doesn't make sense to have
a role default. Anyways, HSTS is kinda tricky and potentially dang-
erous, so unless a vhost explicitly sets it to "yes" we shouldn't
enable it.

Note: also switch from using a boolean to using a string; it is st-
ill declarative, but at least now I don't have to guess whether it
is being treated as a bool or not.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-09-27 00:24:58 +03:00
..
common roles/common: Tweak sshd_config to match NSA Suite B recommendations 2015-09-02 16:55:51 +03:00
mariadb roles/mariadb: Allow MariaDB repo installation on Debian and Ubuntu 2015-08-23 13:14:46 +03:00
munin roles/munin: Update munin-node.conf template 2015-09-26 23:30:22 +03:00
nginx roles/nginx: Move HTTP Strict Transport Security toggle to vhosts 2015-09-27 00:24:58 +03:00
php5-fpm roles/php5-fpm: Hide HTTP X-Powered-By PHP header 2015-08-09 20:10:11 +03:00