aboutsummaryrefslogtreecommitdiff
path: root/roles/freeradius/templates/clients.conf.j2
blob: edd03d3e4396265271805b83d88519e1ed97ef67 (plain)
1
2
3
4
5
6
7
8
9
# vi: ft=conf

{% for item in radius.clients %}
client {{ item.name }} {
	ipaddr = {{ item.ip }}
	secret = {{ item.secret }}
}

{% endfor %}