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
}