ansible-role-apache/vars/Debian.yml

13 lines
296 B
YAML
Raw Normal View History

---
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"}