ansible-role-apache/vars/Debian-precise.yml

23 lines
444 B
YAML
Raw Normal View History

---
apache_daemon: apache2
apache_server_root: /etc/apache2
apache_conf_path: /etc/apache2
apache_vhosts_version: "2.2"
__apache_packages:
2014-10-06 02:13:00 +02:00
- apache2
- apache2-mpm-prefork
- apache2-utils
- apache2.2-bin
- apache2.2-common
apache_ports_configuration_items:
- {
regexp: "^Listen ",
line: "Listen {{ apache_listen_port }}"
}
- {
regexp: "^NameVirtualHost ",
line: "NameVirtualHost *:{{ apache_listen_port }}"
}