Unreleased
- Added support for the
Content-Security-Policy
header to thewordpress
role. [carlalexander] - Added
varnish_add_ban_lurker_headers
variable so to add support for the Varnish ban lurker in thevarnish
role. [carlalexander] - Added
wordpress_varnish_normalize_query_parameters
variable so that you can control the normalization of query parameters in thevarnish
role. [carlalexander] - Added the server ip address to the
wordpress_fail2ban_ignoreip
variable. [carlalexander] - Added
wordpress_nginx_pki_realm
variable to control the default PKI realm used bydebops.nginx
. [carlalexander] - Renamed
swapfile_swappiness
toswapfile__swappiness
. [carlalexander] - Added
wordpress_cron_path
variable so that you control the path towp-cron.php
for the WordPress cron job. [carlalexander] - Added
wordpress_install_enabled
variable so that you can disable the installation of WordPress. [schrapel] - Added
wordpress_fail2ban_enabled
variable so that you can disable the installation and configuration of fail2ban. [carlalexander] - Added
debops.fail2ban
dependency towordpress
role. [carlalexander] - Renamed
wordpress_varnish_server
,wordpress_backend_server
,wordpress_php_upstream
andwordpress_varnish_upstream
. [carlalexander] - Replaced
swap
role with thedebops.swapfile
role. [carlalexander] - Added option to append extra PHP code to the end of the
wp-config.php
file in thewordpress
role. [carlalexander] - Added options to add extra configuration options to both the php.ini
and server.ini files of
hhvm
role. [carlalexander] - Added upload_max and post_max sizes to
hhvm
role configuration options. [carlalexander] - Added more failover options for fastcgi upstream failover. [carlalexander]
- Changed the
wordpress_mariadb_server
default value fromlocalhost
to 127.0.0.1. Prevents issues when someone doesn't use a validansible_fqdn
as their server name. [carlalexander] - Added
varnish_ttl
variable to thevarnish
role so that we can overwrite the default TTL for Varnish objects. [carlalexander] - Changed the
varnish_upstream_version
default value from4.0
to4.1
. [carlalexander] - Added more database configuration options to
wordpress
role to allow for additional users, databases and remote databases. [carlalexander] - Added
varnish_purge_conditions
variable to thevarnish
role to support more complex purging scenarios. [carlalexander] - Added
wordpress_database_host
variable to thewordpress
role for use with private networking setups. [carlalexander] - Changed
varnish
role to support the configuration of multiple backends through thevarnish_backends
variable [carlalexander] - Changed the
wordpress_admin_email
default to usewordpress_domain
insteadansible_domain
. [carlalexander] - Added missing default value for
wordpress_disable_file_edit
in thewordpress
role. [carlalexander] - Added support for network activation and deactivation of plugins. Only works if multisite is enabled. [carlalexander]
- Changed
wordpress_admin_password
secret location so that it isn't host dependent. [carlalexander] - Changed the
wordpress_password_length
default value to match the one indebops.mariadb
. [carlalexander] - Changed
wordpress_database_password
secret location to match location indebops.mariadb
. [carlalexander] - Renamed
all_servers
group todebops_all_hosts
in thehosts
file. [carlalexander] - Changed
wpcli
role to use the wp-cli debian package. [ypid] - Allow to manage plugins via
wordpress_plugins
. [ypid] - Changed the
wordpress
role to use theproxy
template from thedebops.nginx
role. [ypid] - Replaced the
mariadb
role with thedebops.mariadb
anddebops.mariadb_server
roles. [ypid] - Changed variable from
wordpress_database_hostname
towordpress_database_server
for consistency reasons. [ypid] - Changed variable from
wordpress_database_username
towordpress_database_user
for consistency reasons. [ypid] - Changed variable from
wordpress_url
towordpress_domain
for consistency reasons. [ypid]
Released: 2015-10-11
- First release, add CHANGES.rst [carlalexander]