When i try to ansible-playbook i am getting the connection timeout during banner exchange, it also makes my vm to hang. i am also not able to ssh into the instance using my vm(centos7), whereas i can ssh using putty pls help!..
ansible.cfg
[defaults]
filter_plugins =./filter_plugins
roles_path = ./roles
sudo_user = root
host_key_checking = False
retry_files_enabled = False
password = ~/password.txt
timeout = 25
cat /root/.ssh/config
Host 10.100.*
ProxyCommand ssh -A -W %h:%p ec2-...@10.100.140.77
User ec2-user
Port 22
zabbix_host.yml
---
- hosts: 10.100.140.77
# connection: local
become_user: root
become: yes
gather_facts: true
roles:
- zabbix