Re: [openwisp] Best way to install openwisp2 with freeradius module.

2021-10-06 Thread Federico Capoano
Here's the latest link, sorry for the noise: https://github.com/openwisp/ansible-openwisp2/tree/dev#deploying-the-upcoming-release-of-openwisp On Wednesday, September 29, 2021 at 8:11:42 PM UTC-5 f.capoano wrote: > Hi, > > we prepared instruction that should help in setting up the upcoming > v

Re: [openwisp] Best way to install openwisp2 with freeradius module.

2021-09-29 Thread f.capoano
Hi, we prepared instruction that should help in setting up the upcoming version of OpenWISP, including the Monitoring and RADIUS modules. Please refer to these instructions: https://github.com/openwisp/ansible-openwisp2/tree/dev#using-development-version I hope this helps. On Friday, April 23

Re: [openwisp] Best way to install openwisp2 with freeradius module.

2021-04-23 Thread Federico Capoano
To anyone interested in the RADIUS module of OpenWISP , the PR which adds official support to ansible-openwisp2 is ready to be tested! Please see https://github.com/openwisp/ansible-openwisp2/pull/223. On Monday, December 7, 2020 at 1:03:47 PM U

Re: [openwisp] Best way to install openwisp2 with freeradius module.

2020-12-07 Thread Federico Capoano
We noticed this bug recently and fixed it in the development branch of ansible-openwisp2: https://github.com/openwisp/ansible-openwisp2/commits/master We're about to release it but there's 2 blockers pending right now, so for the time being I can only suggest to use the latest master. On Mon, Dec

Re: [openwisp] Best way to install openwisp2 with freeradius module.

2020-12-07 Thread Racamier Stéphane
I changed my script to do my tests: - hosts: ra*..org roles: - openwisp.openwisp2 vars: openwisp2_default_from_email: "advertise@ra*..org" openwisp2_time_zone: Europe/Paris openwisp2_allowed_hosts: - ra*..org openwisp2_utils_pi

Re: [openwisp] Best way to install openwisp2 with freeradius module.

2020-12-02 Thread Federico Capoano
Welcome! You need to add a template in templates/freeradius/sql.j2 and use a configuration that suits you. Adding support for openwisp-radius to ansible-openwisp2 is in the works: https://github.com/openwisp/ansible-openwisp2/pull/223. The example I shared on this ML is a base which can be used

[openwisp] Best way to install openwisp2 with freeradius module.

2020-12-02 Thread Racamier Stéphane
Hi, >From 2 week i work to set up a server with openwisp2 and freeradius3. I saw several tutorials (ansible and python venv), I would like to install a stable version using ansible and deport the DB to a mariaDB server. I found this in the mailing list: - hosts: ra**5.***.org roles: