mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 00:30:18 +01:00
Updated README and Debian vars.
This commit is contained in:
commit
c92d089f70
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ None.
|
||||||
|
|
||||||
## Role Variables
|
## Role Variables
|
||||||
|
|
||||||
Available variables are listed below, along with default values (see `vars/main.yml`):
|
Available variables are listed below, along with default values (see `defaults/main.yml`):
|
||||||
|
|
||||||
apache_enablerepo: ""
|
apache_enablerepo: ""
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,5 @@ apache_packages:
|
||||||
- apache2-utils
|
- apache2-utils
|
||||||
- apache2.2-bin
|
- apache2.2-bin
|
||||||
- apache2.2-common
|
- apache2.2-common
|
||||||
apache_vhosts:
|
|
||||||
- {servername: "local.dev", documentroot: "/var/www"}
|
|
||||||
apache_mods_enabled:
|
apache_mods_enabled:
|
||||||
- rewrite.load
|
- rewrite.load
|
||||||
|
|
Loading…
Reference in a new issue