mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
15 lines
334 B
YAML
15 lines
334 B
YAML
|
---
|
||
|
apache_daemon: apache2
|
||
|
apache_server_root: /etc/apache2
|
||
|
apache_conf_path: /etc/apache2/sites-enabled
|
||
|
apache_packages:
|
||
|
- apache2
|
||
|
- apache2-mpm-prefork
|
||
|
- apache2-utils
|
||
|
- apache2.2-bin
|
||
|
- apache2.2-common
|
||
|
apache_vhosts:
|
||
|
- {servername: "local.dev", documentroot: "/var/www"}
|
||
|
apache_mods_enabled:
|
||
|
- rewrite.load
|