2022-08-31 01:46:11 +02:00
|
|
|
#!/usr/bin/env ansible-playbook
|
|
|
|
---
|
|
|
|
- hosts:
|
|
|
|
- radius-1.isp.infra.auro.re
|
|
|
|
vars:
|
|
|
|
radiusd__clients:
|
2022-09-01 17:35:22 +02:00
|
|
|
localhost:
|
|
|
|
addr: 127.0.0.1
|
|
|
|
secret: abcdef
|
2023-06-25 00:27:08 +02:00
|
|
|
type: aurore
|
2022-08-31 01:46:11 +02:00
|
|
|
wifi-ap-v4:
|
|
|
|
addr: 10.102.0.0/16
|
|
|
|
secret: abcdef
|
2023-06-25 00:27:08 +02:00
|
|
|
type: aurore
|
2022-08-31 01:46:11 +02:00
|
|
|
wifi-ap-v6:
|
|
|
|
addr: 2a09:6840:102::/56
|
|
|
|
secret: abcdef
|
2023-06-25 00:27:08 +02:00
|
|
|
type: aurore
|
2022-08-31 01:46:11 +02:00
|
|
|
roles:
|
|
|
|
- freeradius
|
|
|
|
...
|