mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-12 16:30:19 +01:00
17 lines
331 B
YAML
17 lines
331 B
YAML
---
|
|
apache_daemon: apache2
|
|
apache_server_root: /etc/apache2
|
|
apache_conf_path: /etc/apache2
|
|
apache_vhosts_version: "2.4"
|
|
|
|
__apache_packages:
|
|
- apache2
|
|
- apache2-mpm-prefork
|
|
- apache2-utils
|
|
- apache2-bin
|
|
|
|
apache_ports_configuration_items:
|
|
- {
|
|
regexp: "^Listen ",
|
|
line: "Listen {{ apache_listen_port }}"
|
|
}
|