ansible/playbooks/freeradius.yml

8 lines
88 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts:
- radius
roles:
- freeradius
...