diff --git a/lamp_haproxy/README.md b/lamp_haproxy/README.md index 2e8f4bb..9d5941b 100644 --- a/lamp_haproxy/README.md +++ b/lamp_haproxy/README.md @@ -18,16 +18,17 @@ First we configure the entire stack by listing our hosts in the 'hosts' inventory file, grouped by their purpose: [webservers] - web3 - web2 + webserver1 + webserver2 + [dbservers] - web3 + dbserver + [lbservers] lbserver - - # an optional nagios node + [monitoring] - nagiosserver + nagios After which we execute the following command to deploy the site: diff --git a/lamp_haproxy/group_vars/webservers b/lamp_haproxy/group_vars/webservers index cecc629..cae93eb 100644 --- a/lamp_haproxy/group_vars/webservers +++ b/lamp_haproxy/group_vars/webservers @@ -4,5 +4,5 @@ # Ethernet interface on which the web server should listen iface: eth0 -# this is version 5 +# this is V5 of the test webapp. webapp_version: 351e47276cc66b018f4890a04709d4cc3d3edb0d