batman.conf.j2 183 B

123456789
  1. {% if domaenenliste is defined %}
  2. {% for domaene in domaenenliste|dictsort %}
  3. protocol direct bat{{domaene[0]}} {
  4. interface "bat{{domaene[0]}}";
  5. };
  6. {% endfor %}
  7. {% endif %}