mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
fix up hosts inventory example for lamp_haproxy (fix #15)
This commit is contained in:
parent
4056f51f10
commit
1c12398de2
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
[webservers]
|
[webservers]
|
||||||
web3
|
web1
|
||||||
web2
|
web2
|
||||||
|
|
||||||
[dbservers]
|
[dbservers]
|
||||||
web3
|
db1
|
||||||
|
|
||||||
[lbservers]
|
[lbservers]
|
||||||
web2
|
lb1
|
||||||
|
|
||||||
|
[monitoring]
|
||||||
|
nagios
|
||||||
|
|
Loading…
Reference in a new issue