To find current process, run this to get PID to kill:
ps -ef|grep ansible
A command I use to watch Ansible processes as they are running is:
watch -n 3 'netstat -ta | egrep ":ssh +EST"'
So I can follow along with what's being run.
Kim
--
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/37d0a237-92d6-4448-9f0e-ceed209913ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.