ping 192.168.6.244ssh admin@192.168.6.244 Create a new file hosts on your local machine with the following contents:
[openwisp2]
openwisp2.mydomain.com
Substitute openwisp2.mydomain.com with your hostname (ip addresses are allowed as well).
This tells whatever IP I m getting for local machine I have to put in host file replacing openwisp2.myfomain.com
So , if I m not wrong ping will always work but whn I try doing ssh it is not working...
I m using ubunthu-14.04 ..Is there any limitations on the
Ansible version to be used ?
What is going wrong ?
Regards
--
You received this message because you are subscribed to a topic in the Google Groups "OpenWISP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openwisp/siqqAoIxnK4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openwisp+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ansible-playbook -i hosts playbook.yml -u ubunthu -k --ask-sudo-passI used thisansible-playbook -i hosts playbook.yml -c local -k --ask-sudo-pass
and it worked for me, curious to know why -u ubunthu didnt work for me?
Step-2 will try to bring up openwisp-2 firmware.
thanks so much federico :)
regards
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 openwisp+u...@googlegroups.com.
Thanks for helping out, I have already started on firmware side procedures. Will update you the progress soon.
One question I have wrt group ap firmware upgrade!! Is that supported with openwisp2?
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+unsubscribe@googlegroups.com.
--
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "OpenWISP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openwisp/siqqAoIxnK4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openwisp+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
--
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "OpenWISP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openwisp/siqqAoIxnK4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openwisp+u...@googlegroups.com.
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 openwisp+u...@googlegroups.com.
--
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 openwisp+u...@googlegroups.com.
Yes, Federico clear. Let me just do it and will update you :)
On Friday, 3 February 2017 21:34:16 UTC+5:30, Federico Capoano wrote:
The CURL docs cites:CURLE_PEER_FAILED_VERIFICATION (51)The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK.
inally