mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30: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]
|
||||
web3
|
||||
web1
|
||||
web2
|
||||
|
||||
[dbservers]
|
||||
web3
|
||||
db1
|
||||
|
||||
[lbservers]
|
||||
web2
|
||||
lb1
|
||||
|
||||
[monitoring]
|
||||
nagios
|
||||
|
|
Loading…
Reference in a new issue