Skip to content

Commit

Permalink
Add more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
haad committed Oct 25, 2018
1 parent 8b21a0a commit 2d8de69
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,30 @@ None
param:
- 'maxconn 503'
- check
#
# This will execute http checks against different port than server is pointing to.
- name: brokers
mode: tcp
balance: first
option:
- 'httpchk GET /'
default_server_params:
- port 8161
- inter 2s
- downinter 5s
- rise 3
- fall 2
server:
- name: mqtt-1
listen: "{{ ansible_lo['ipv4']['address'] }}:1883"
param:
- check

- name: mqtt-2
listen: "{{ ansible_lo['ipv4']['address'] }}:1883"
param:
- check
- backup
```
#### SSL Termination 2
Expand Down

0 comments on commit 2d8de69

Please sign in to comment.