diff --git a/group_vars/all.yml b/group_vars/all.yml index d39a47c..5c586e6 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -64,6 +64,12 @@ apache_create_vhosts: true apache_vhosts_filename: "vhosts.conf" apache_remove_default_vhost: false apache_state: started +apache_mods_enabled: + - rewrite.load + - ssl.load +apache_mods_disabled: + - php + - php7 apache_vhosts_ssl: [] apache_vhosts: - servername: "www.{{ server_hostname }}"