39 lines
519 B
Markdown
39 lines
519 B
Markdown
|
webcluster-haproxy
|
||
|
==================
|
||
|
|
||
|
Setup haproxy for webcluster
|
||
|
|
||
|
Requirements
|
||
|
------------
|
||
|
|
||
|
- Inventory group "worker" with worker nodes
|
||
|
|
||
|
Role Variables
|
||
|
--------------
|
||
|
|
||
|
- haproxy_sslcert_path: Path to key/cert file
|
||
|
|
||
|
Dependencies
|
||
|
------------
|
||
|
|
||
|
- None
|
||
|
|
||
|
Example Playbook
|
||
|
----------------
|
||
|
|
||
|
- hosts: webcluster-lb
|
||
|
roles:
|
||
|
- { role: webcluster-haproxy }
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
GPL-2.0-or-later
|
||
|
|
||
|
Author Information
|
||
|
------------------
|
||
|
|
||
|
- Sven Velt <sven-ansiblerole@velt.biz>
|
||
|
- https://git.velt.biz/velt.biz/
|
||
|
|