paulbsd-salt/states/haproxy/init.sls

13 lines
218 B
Plaintext
Raw Normal View History

2022-10-01 20:06:19 +02:00
---
2023-02-10 13:47:00 +01:00
{%- from "haproxy/map.jinja" import haproxy with context %}
2022-10-01 20:06:19 +02:00
include:
2023-02-10 13:47:00 +01:00
{%- if haproxy.acme %}
2022-10-01 20:06:19 +02:00
- acme
2024-04-16 23:42:54 +02:00
{%- endif %}
{%- if haproxy.config.geoip.enabled %}
- geoip
2023-02-10 13:47:00 +01:00
{%- endif %}
2022-10-01 20:06:19 +02:00
- .install
- .config
2023-02-10 13:47:00 +01:00
- .service