PR #105 follow-up: Add documentation for apache_vhosts_template.

This commit is contained in:
Jeff Geerling 2016-12-09 09:46:04 -06:00
parent 1da6fa3b2c
commit 06a740a3ce

View file

@ -26,8 +26,9 @@ The IP address and ports on which apache should be listening. Useful if you have
apache_create_vhosts: true
apache_vhosts_filename: "vhosts.conf"
apache_vhosts_template: "vhosts.conf.j2"
If set to true, a vhosts file, managed by this role's variables (see below), will be created and placed in the Apache configuration folder. If set to false, you can place your own vhosts file into Apache's configuration folder and skip the convenient (but more basic) one added by this role.
If set to true, a vhosts file, managed by this role's variables (see below), will be created and placed in the Apache configuration folder. If set to false, you can place your own vhosts file into Apache's configuration folder and skip the convenient (but more basic) one added by this role. You can also override the template used and set a path to your own template, if you need to further customize the layout of your VirtualHosts.
apache_remove_default_vhost: false