mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
6820a17c92
The variable apache_mods_enabled was always overridden by vars/Debian.yml. It should be placed in defaults/main.yml instead so the user's changes take effect as specied in the README. Also deleted superfluous files defaults/Debian.yml, defaults/RedHat.yml and vars/main.yml. The former two were never read and the contents of the latter one should be placed in defaults/main.yml.
13 lines
254 B
YAML
13 lines
254 B
YAML
---
|
|
apache_enablerepo: ""
|
|
|
|
apache_listen_port: 80
|
|
|
|
apache_mods_enabled:
|
|
- rewrite.load
|
|
|
|
apache_create_vhosts: true
|
|
|
|
apache_vhosts:
|
|
# Additional properties: 'serveradmin, extra_parameters'.
|
|
- {servername: "local.dev", documentroot: "/var/www/html"}
|