Re: [openwisp] Openwisp2 modules

2024-06-17 Thread Federico Capoano
The ansible role was designed mainly to deploy OpenWISP Controller and other optional modules that are aimed at network management and visualization. At a later stage we added the RADIUS module, but the Controller module is still the default module installed. In this case, you could add some

Re: [openwisp] Openwisp2 modules

2024-06-17 Thread Tommaso Feola
good morning, i used ansible-openwisp2 role using the follow playbook.yml : - hosts: openwisp2 become: "{{ become | default('yes') }}" roles: - openwisp.openwisp2 vars: openwisp2_default_from_email: "hostmaster@x.t" openwisp2_radius: true openwisp2_freeradius_install: