Sorry, could you show me also how you did call the ansible-playbook command?
I'm trying to understand if you used the --connection local way or not. Federico On Thu, Apr 19, 2018 at 5:11 PM Rafael Silva Daniel < [email protected]> wrote: > Sorry for the late reply! i was away from the office today, > > But yeah, i edited it in the settings.py, it is better to edit it in the > playbook.yml right? you asked me to show the contets, they are: > > /root/playbook.yml > > - hosts: openwisp2 > become: "{{ become | default('yes') }}" > roles: > - openwisp.openwisp2 > vars: > openwisp2_default_from_email: "openwisp2@OpenWISP-Wireless-Controller" > > in this instructions, the only allowed hosts would be the one called > openwisp2, right? i understanded it right?? > > > 2018-04-18 19:06 GMT-03:00 Federico Capoano <[email protected]>: > >> That's great news to hear Rafael! >> >> Have you edited the settings.py manually? If you did, that's not the best >> long term solution because if you run the ansible playbook again to upgrade >> openwisp you will lose your manual changes. >> If that's the case post please let me know and we'll try to help you >> setting up the playbook in the best way to avoid future problems. >> >> Fed >> >> -- >> You received this message because you are subscribed to the Google Groups >> "OpenWISP" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
