openvpn/templates/ipp.txt.j2
2020-08-17 11:48:37 +02:00

9 lines
247 B
Django/Jinja

# ansible managed - DO NOT EDIT MANUALLY !!!
# official documentation - https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/
#
# <user>,<ip_address>
{% for user in openvpn_client %}
{{ user.name }},{{ user.ip }}
{% endfor %}