Skip to content
Snippets Groups Projects
Commit d8fb9a9b authored by Nicolas Fernandez's avatar Nicolas Fernandez
Browse files

Update pillar.example

parent 74edf363
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,28 @@ haproxy: ...@@ -123,7 +123,28 @@ haproxy:
check: check check: check
web3: web3:
host: web3.example.com host: web3.example.com
redis:
bind:
- "*:6379
balance: roundrobin
defaultserver:
fall: 3
options:
- tcp-check
tcpchecks:
- send PINGrn
- expect string +PONG
- send info replicationrn
- expect string role:master
- send QUITrn
- expect string +OK
servers:
redis1:
host: redis1
port: 6379
redis2:
host: redis2
port: 6379
frontends: frontends:
frontend1: frontend1:
name: www-http name: www-http
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment