From d631058ced882ae80f03f1a4e3a48e3bcdc879ae Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Thu, 18 Apr 2013 21:34:52 -0700 Subject: [PATCH] update a few docs and comments --- lamp_haproxy/README.md | 13 +++++++------ lamp_haproxy/group_vars/webservers | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) 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