Please help ,
Ansible playbook failing with the error "failed connect to host via ssh’
[root@localhost infrastructure]# ansible-playbook -i /home/swathi/Desktop/infrastructure/production/ python_request.yml
PLAY [mesos-agents] ************************************************************
TASK [setup] *******************************************************************
fatal: [tppbibig05.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig02.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig01.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig04.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig03.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig09.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig07.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig06.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
fatal: [tppbibig08.ticketsplus.com]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: Could not resolve hostname ~/ssh.conf: Name or service not known\r\n”, “unreachable”: true}
PLAY RECAP *********************************************************************
tppbibig01.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig02.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig03.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig04.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig05.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig06.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig07.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig08.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
tppbibig09.ticketsplus.com : ok=0 changed=0 unreachable=1 failed=0
ansible 2.2.0.0
config file = /home/swathi/Desktop/infrastructure/ansible.cfg
configured module search path = Default w/o overrides
playbook = python_request.yml