If your following this guide https://github.com/openwisp/ansible-openwisp2 it says "Substitute openwisp2.mydomain.com with your *production server*'s hostname - *DO NOT REPLACE openwisp2.mydomain.comWITH AN IP ADDRESS*," in your hosts folder. Also your current error looks similar to mine referenced in this post https://groups.google.com/forum/#!topic/openwisp/vywtp71OCxo, it's an error currently an issue that manifest on some systems that they are currently working on. https://github.com/openwisp/ansible-openwisp2/issues/68
On Tuesday, January 9, 2018 at 8:36:19 PM UTC-6, Christian Baidal wrote: > > I need your help, > I explain my steps. > First install ansible on a virtual machine with Centos7. > Then I followed the steps of how to install openwisp on my pc. > create the 'hosts' file with the following data. > > [openwisp2] > 192.168.1.184 Is the IP address okay? as > in the documentation says to put the ip of my machine I put that. > then create my 'playbook.yml' file with the following data. > - hosts: 192.168.1.184 roles: > [openwisp.openwisp2] vars: > postfix_myhostname: "localhost" it's okay? > and finally apply this command ansible-playbook -i hosts > --connection = local playbook.yml I get this error when applying the command > > -- 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.
