mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
8 lines
186 B
Django/Jinja
8 lines
186 B
Django/Jinja
{% for client in rad_clients %}
|
|
client {{ client.name }} {
|
|
ipaddr = {{ client.ip }}
|
|
secret = {{ client.secret }}
|
|
nas_type = {{ client.nas_type | default('other') }}
|
|
}
|
|
{% endfor %}
|