mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
update a few docs and comments
This commit is contained in:
parent
34fb541bb5
commit
d631058ced
2 changed files with 8 additions and 7 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue