msg Failed to connect to the host via ssh ssh connect to host 192 168 0 179 port 22 Connection timed out

0 votes

Hi Guys,

I am trying to connect my Managed node from the Controller node in Ansible. But it is showing me the below error.

[root@localhost ~]# ansible all -m package -a "name=firefox state=present"
192.168.0.179 | UNREACHABLE! => {
    "changed": false,
    "msg": "Failed to connect to the host via ssh: ssh: connect to host 192.168.0.179 port 22: Connection timed out",
    "unreachable": true
}

Jul 28, 2020 in Ansible by akhtar
• 38,230 points
7,816 views

1 answer to this question.

0 votes

Hi@akhtar,

I think there is a problem with your network connectivity. Ansible works on SSH protocol. You need to add one bridge adapter in your system or VM. After that try to ping each managed node.

answered Jul 28, 2020 by MD
• 95,440 points

Related Questions In Ansible

0 votes
1 answer
+1 vote
3 answers
0 votes
1 answer

FAILED! => { "msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"

Hi@akhtar, Ansible needs extra software to run commands ...READ MORE

answered Jul 28, 2020 in Ansible by MD
• 95,440 points
10,696 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP