Guys, i'm new to ansible. I'm trying to execute commands on remote host, which is Cisco CallManager ( essentially Linux box), but my script just hangs and is doing nothing
ansible X.X.X.X -m raw -a "show myself" -vvvv Loaded callback minimal of type stdout, v2.0 <192.168.X.X> ESTABLISH CONNECTION FOR USER: admin on PORT 22 TO 192.168.X.X <192.168.X.X> EXEC show myself And that's it. Nothing happens. When i try to use command method it gives out error. So is it actually possible to connect to remote CallManager and get some commands executed ? Appreciate for the response. -- 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/82e5374f-dbbd-4217-96ac-b3599d212c0f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
