`vagrant ssh` is working but when I tried to run the playbook using `ansible-playbook <playbook>` command I am getting a timeout error again.
[image: image.png] I have checked the /etc/ansible/hosts file and the IP address is there. How I can fix the timeout issue with both ways? Thanks On Thu, Feb 3, 2022 at 6:21 PM Stefan Hornburg (Racke) <[email protected]> wrote: > On 03/02/2022 13:47, arjungoel 1995 wrote: > > 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.png > > > Does "vagrant ssh" work? > > Regards > > Racke > > > > 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.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 > < > https://groups.google.com/d/msgid/ansible-project/CALh2VP%2B4HhMTofFOuJ%3DuMQdSqzBi1RmJnOK1pgv%2B3wqHgUeGfw%40mail.gmail.com?utm_medium=email&utm_source=footer > >. > > > -- > Ecommerce and Linux consulting + Perl and web application programming. > Debian and Sympa administration. > > -- > 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/9f3e4a8f-61c1-b7fd-5900-9593636b0f2f%40linuxia.de > . > -- 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/CALh2VPJcjJ6VVwVa02_k9Awp9W37bgyQUU_nELjK%2BLJoCa-%3DEg%40mail.gmail.com.
