diff options
Diffstat (limited to 'roles/space_server/templates/radius/clients.conf.j2')
-rw-r--r-- | roles/space_server/templates/radius/clients.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/templates/radius/clients.conf.j2 b/roles/space_server/templates/radius/clients.conf.j2 index 0e82666..805e419 100644 --- a/roles/space_server/templates/radius/clients.conf.j2 +++ b/roles/space_server/templates/radius/clients.conf.j2 @@ -1,12 +1,12 @@ client ap1 { - ipaddr = 10.42.0.5 + ipaddr = {{ local_hosts['ap1'].ipv4[0] }} netmask = 32 secret = {{ radius_passwords.ap1 }} nas_type = other } client ap2 { - ipaddr = 10.42.0.6 + ipaddr = {{ local_hosts['ap2'].ipv4[0] }} netmask = 32 secret = {{ radius_passwords.ap2 }} nas_type = other |