#!/usr/bin/env ansible-playbook --- - hosts: - radius-1.isp.infra.auro.re vars: radiusd__guest_vlan: 1000 radiusd__clients: localhost: addr: 127.0.0.1 secret: abcdef type: aurore wifi-ap-v4: addr: 10.102.0.0/16 secret: abcdef type: aurore wifi-ap-v6: addr: 2a09:6840:102::/56 secret: abcdef type: aurore roles: - freeradius ...