Skip to content
Snippets Groups Projects
Commit 887d02db authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/apache#4 Change roles and inventory to change Apache default version to 2.4

parent f228eb08
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@ apache_modules:
- rewrite
- ssl
- vhost_alias
apache_version: '2.2'
apache_conf_dir: 'conf.d'
apache_conf_ext: ''
apache_conf_default_prefix: ''
apache_version: '2.4'
apache_conf_dir: 'conf-available'
apache_conf_ext: '.conf'
apache_conf_default_prefix: '000-'
apache_server_admin: 'webmaster@paragon-es.de'
apache_server_default: 'no'
apache_server_default_ssl: 'no'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment