Basic role to setup Apache 2. The role is prepared for usage with froxlor.
This role was created for Debian 10.x (Buster). It is configured to work with froxlor.
You might use this role in conjunction with the roles:
- ansible-role-mysql
- ansible-role-froxlor
- ansible-role-postfix
- ansible-role-dovecot
In defaults/main.yaml
the following variables and default-values are specified.
# Apache modules to load
apache_modules_load:
- headers
- ssl
# Apache modules to unload
apache_modules_unload:
- userdir
This role can be easily used in a playbook like this:
- hosts: froxlor-servers
roles:
- ansible-role-postfix
GNU GENERAL PUBLIC LICENSE VERSION 3