Skip to content

Commit

Permalink
Updating readme file to reflect the use of multiple vhost configs for…
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrost503 committed Oct 14, 2016
1 parent 32d877a commit 5561d41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ An Ansible Role that installs [Apache](http://httpd.apache.org/) on Ubuntu speci

## Role Variables

// TODO
The default role variables are located in `defaults/main.yml` and contain the information necessary to create Apache VirtualHosts. The `hosts` variable contains a list that allows a user to configure one or more VirtualHost(s).

`apache.hosts.docroot`: The Apache DocumentRoot of the VirtualHost you would like to create

`apache.hosts.servername`: The Apache ServerName of the VirtualHOst you would like to create

`apache.hosts.config_name`: The filename for the VirtualHost configuration file that will end up in `/etc/apache2/sites-enabled`. The default file name is `000-default.conf`, if you choose to configure multiple hosts, you must provide a different name to avoid continually overwriting the default VHost config.

## Dependencies

Expand Down

0 comments on commit 5561d41

Please sign in to comment.