ansible-role-apache/templates/ports.conf

4 lines
69 B
Plaintext

{% for port in apache_listen_ports %}
Listen {{ port }}
{% endfor %}