Skip to content

dave2492/ansible-role-freeradius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freeradius

Install and configure freeradius with MySQL based on documentation

Requirements

None

Role Variables

See defaults/main.yml

Dependencies

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - uspdev.freeradius

Some checks:

insert into radcheck (username,attribute,op,value) values("maria", "Cleartext-Password", ":=", "m123");
radtest maria m123 localhost 0 mysecret
tail -f /var/log/freeradius/radius.log

About

ansible-role-freeradius

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published