system-config/playbooks/roles/zuul-lb/tasks/main.yaml
James E. Blair 2a9553ef25 Add Zuul load balancer
This adds a load balancer for zuul-web and fingergw.

Change-Id: Id5aa01151f64f3c85e1532ad66999ef9471c5896
2022-02-10 13:24:42 -08:00

6 lines
132 B
YAML

- name: Install haproxy with zuul config
include_role:
name: haproxy
vars:
haproxy_config_template: zuul-haproxy.cfg.j2