mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-09 17:07:44 +01:00
5 lines
170 B
Django/Jinja
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
|