From c1e38527d11e5dc7605c504223cc0015e4155601 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 6 May 2018 13:09:18 -0500 Subject: [PATCH] radius: PB to configure RADIUS servers Hosts in the *radius* group will have the *freeradius* role applied to them by this playbook. --- radius.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 radius.yml diff --git a/radius.yml b/radius.yml new file mode 100644 index 0000000..66870f6 --- /dev/null +++ b/radius.yml @@ -0,0 +1,3 @@ +- hosts: radius + roles: + - freeradius