Re: [openwisp] Openwisp2 modules

2024-06-18 Thread Tommaso Feola
However, if I try to add to the end of setting.py INSTALLED_APPS.remove('openwisp_controller') INSTALLED_APPS.remove('openwisp_ipam') I get an internal error from the web server which I cannot intercept in the log files . thank you Tommaso Il giorno lun 17 giu 2024 alle ore 16:09 Federico

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:

Re: [openwisp] Openwisp2 modules

2024-06-16 Thread Federico Capoano
If you're using the ansible-openwisp2 role ( https://github.com/openwisp/ansible-openwisp2), you can disable a specific module by setting its corresponding flag to false The README provides instructions on how to enable modules, and you can use the same variables to disable them. There are other

[openwisp] Openwisp2 modules

2024-06-16 Thread Tommaso Feola
I installed Openwisp2: it works correctly, but I would like to understand if it is possible to disable modules post-installation and what is the correct method to do it . Thank you Tommaso -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To