paulbsd-salt/states/haproxy/templates/maps/countries.j2

6 lines
232 B
Plaintext
Raw Normal View History

2023-04-13 23:13:34 +02:00
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "haproxy/map.jinja" import haproxy with context %}
{%- for name, status in haproxy.config.geoip.countries.items() %}
{{ name }} {{ status }}
{%- endfor %}