1 2 3 4 5 6 7 8 9 10 11 12 13
client ap1 { ipaddr = {{ local_hosts['ap1'].ipv4[0] }} netmask = 32 secret = {{ radius_passwords.ap1 }} nas_type = other } client ap2 { ipaddr = {{ local_hosts['ap2'].ipv4[0] }} netmask = 32 secret = {{ radius_passwords.ap2 }} nas_type = other }