#!/usr/bin/env ansible-playbook --- # Deploy radius server - hosts: radius vars: certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}' freeradius: '{{ glob_freeradius | default({}) | combine(loc_freeradius | default({})) }}' mirror: '{{ glob_mirror.name }}' roles: - certbot - freeradius