Yes, it looks correct.
Federico
On Thu, 12 Oct 2023 at 22:03, 'Xavier Aizaga' via OpenWISP <
openwisp@googlegroups.com> wrote:
> Xavier Aizaga
> 2:50 PM (3 minutes ago)
> to openwisp
> Hi Federico,
>
> Thanks for your help, I used this conf. in the playbook. Is this correct?
>
>
> - hosts: openw
Xavier Aizaga
2:50 PM (3 minutes ago)
to openwisp
Hi Federico,
Thanks for your help, I used this conf. in the playbook. Is this correct?
- hosts: openwisp2
become: "{{ become | default('yes') }}"
roles:
- openwisp.openwisp2
vars:
openwisp2_default_from_email: "u...@dominio.com"
Hi Federico,
I used this conf. in the playbook. Is this correct?
- hosts: openwisp2
become: "{{ become | default('yes') }}"
roles:
- openwisp.openwisp2
vars:
openwisp2_default_from_email: "u...@dominio.com"
openwisp2_network_topology: true
# in the playbook variables add:
Hi!
It's explained here:
https://openwisp.io/docs/user/django-settings.html
F.
On Wed, 11 Oct 2023 at 22:32, 'Xavier Aizaga' via OpenWISP <
openwisp@googlegroups.com> wrote:
> Hi Everybody,
> im new in openwip so i want to configure this:
>
> OpenWISP locally in the same L2 network where devic
Hi Everybody,
im new in openwip so i want to configure this:
OpenWISP locally in the same L2 network where devices are located, you can
set:
OPENWISP_MONITORING_MANAGEMENT_IP_ONLY = False
in the django settings.py and restart OpenWISP with "supervisorctl restart
all".
but i want to Know the