paulbsd-salt/states/haproxy/templates/maps/countries.j2
Paul Lecuq 14800c11d1
All checks were successful
continuous-integration/drone/push Build is passing
updated haproxy state
2023-04-13 23:13:34 +02:00

6 lines
232 B
Django/Jinja

## {{ 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 %}