Beginning-Ansible-Concepts-.../chapter12/roles/load_balancer/templates/frontend.cfg.j2
2022-04-23 08:57:49 +01:00

5 lines
170 B
Django/Jinja

frontend awesome_ansible
bind *:{{ http_port }}
bind *:{{ https_port }} ssl crt /etc/ssl/website.pem
stats uri /haproxy?stats
default_backend web_servers