Hi guys, I am trying to run a playbook but that is not working for me. I am encountering by the same error again and again. my ansible.cfg looks like:
[defaults] # some basic default values... inventory = /etc/ansible/hosts #library = /usr/share/my_modules/ remote_tmp = $HOME/.ansible/tmp pattern = * forks = 5 poll_interval = 15 sudo_user = root ask_sudo_pass = True #ask_pass = True transport = ssh #remote_port = 22 module_lang = C and the error is : SSH Error: ssh: Could not resolve hostname ControlMaster=auto: Name or service not known That's very strange to me. As when I am running another playbook it connects with all servers but when I only try to ping via ansible it gives me an error like this one. Any one have any idea about it? -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/e1c3b352-49a8-401c-84f5-b86a13028902%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
