13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
---
|
|
{%- from "haproxy/map.jinja" import haproxy with context %}
|
|
include:
|
|
{%- if haproxy.acme %}
|
|
- acme
|
|
{%- endif %}
|
|
{%- if haproxy.config.geoip.enabled %}
|
|
- geoip
|
|
{%- endif %}
|
|
- .install
|
|
- .config
|
|
- .service
|