diff options
Diffstat (limited to 'roles/apache/defaults/main.yml')
-rw-r--r-- | roles/apache/defaults/main.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/apache/defaults/main.yml b/roles/apache/defaults/main.yml new file mode 100644 index 0000000..9a5bd51 --- /dev/null +++ b/roles/apache/defaults/main.yml @@ -0,0 +1,17 @@ +--- +php_versions: [] + +php_extensions: [] + +# Removing will NOT remove the module +apache_mods: [] + +apache_rproxies: {} + +# Hosts WITH PHP, run as seperate user +apache_vhosts: {} + +apache_nophp_vhosts: {} + +apache_ssl_cert: '/etc/ssl/certs/ssl-cert-snakeoil.pem' +apache_ssl_key: '/etc/ssl/private/ssl-cert-snakeoil.key' |