Thanks for your feedback am using window laptop as the local machine and i 
want to use amazon EC2 as production server 


i have installed ansible on the local machine as mentioned in the 
installaton  doc on the website 

and i set the HOSTS file with the ip address of the Amazon EC2 instance

and the playbook.yml 


- hosts: openwisp2
  become: "{{ become | default('yes') }}"
  roles:
    - openwisp.openwisp2
  vars:
    openwisp2_default_from_email: "openwi...@openwisp2.mydomain.com"

then i run 

ansible-playbook -i hosts playbook.yml -u ubuntu -k --become -K

i get this error:


alwayson@DESKTOP-77E91IT:~/openwisp2-ansible-playbook$ ansible-playbook -i 
hosts playbook.yml -u alwayson -k
SSH password:

PLAY [openwisp2] 
*******************************************************************************************************

TASK [Gathering Facts] 
*************************************************************************************************
fatal: [100.25.30.190]: FAILED! => {"msg": "Timeout (12s) waiting for privilege 
escalation prompt: "}

PLAY RECAP 
*************************************************************************************************************
100.25.30.190              : ok=0    changed=0    unreachable=0    failed=1    
skipped=0    rescued=0    ignored=0


please help


thanks in advance

regards




On Sunday, May 24, 2020 at 4:10:40 PM UTC+1, Ajay Tripathi wrote:
>
> Hello Mr. Classic,
>
> It would be possible for us to help you only if you mention:
>
> 1. the problem you've been having while installation.
> 2. the steps to help us reproduce the problem.
> 3. the versions of OS & ansible, and ansible script you are using.
> 4. any other relevant detail about the context of the problem to help us 
> find the reason of the issue.
>
>
> Best,
> Ajay Tripathi
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/ddae9d1c-15c5-4dce-be83-a412ed4bf606%40googlegroups.com.

Reply via email to