aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/templates/radius/clients.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/templates/radius/clients.conf.j2')
-rw-r--r--roles/space_server/templates/radius/clients.conf.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/space_server/templates/radius/clients.conf.j2 b/roles/space_server/templates/radius/clients.conf.j2
new file mode 100644
index 0000000..0e82666
--- /dev/null
+++ b/roles/space_server/templates/radius/clients.conf.j2
@@ -0,0 +1,13 @@
+client ap1 {
+ ipaddr = 10.42.0.5
+ netmask = 32
+ secret = {{ radius_passwords.ap1 }}
+ nas_type = other
+}
+
+client ap2 {
+ ipaddr = 10.42.0.6
+ netmask = 32
+ secret = {{ radius_passwords.ap2 }}
+ nas_type = other
+}