Hi, I tried to ping the port and IP address using SSH and getting timeout
error. Can you please help me how to fix this?


[image: image.png]

On Thu, Feb 3, 2022 at 5:37 PM Roberto Paz <[email protected]> wrote:

> Have you tried to manually run an *ssh *command to that IP address and
> port? If ssh command also returns a timeout, then that is the main source
> of the issue.
>
> El miércoles, 2 de febrero de 2022 a la(s) 14:29:08 UTC-3,
> [email protected] escribió:
>
>> Hi,
>>
>> I am trying to run a basic ansible playbook using vagrant provision but
>> while doing so experiencing this error:
>>
>> I even added the ip in my Vagrantfile:
>>
>> # -*- mode: ruby -*-
>> # vi: set ft=ruby :
>>
>> Vagrant.configure("2") do |config|
>>   config.vm.box = "centos/7"
>> *  config.vm.network "private_network", ip: "172.30.240.1"*
>>   config.vm.provision "ansible" do |ansible|
>>     ansible.playbook = "playbook.yaml"
>>   end
>>
>>
>> Also I am not able to install ansible on windows using pip and like you
>> know git bash won't support installation of ansible.
>> While I am getting version compatibility issues while trying the same
>> using WSL.
>>
>> Please help.
>>
>> Thanks
>> Arjun Goel
>> But still experiencing the issue.[image: ansible_timeout_error.PNG]
>> end
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/ac2f697a-ee8d-483f-b9df-c08f8142a182n%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/ac2f697a-ee8d-483f-b9df-c08f8142a182n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CALh2VP%2B4HhMTofFOuJ%3DuMQdSqzBi1RmJnOK1pgv%2B3wqHgUeGfw%40mail.gmail.com.

Reply via email to