Is there any way to set a timeout for how long a task can take?
When I run an Ansible playbook on hundreds of nodes with concurrency enabled, tasks get stuck on the slowest node. It’s hard to find out which node is going slow because the node’s IP address will only get printed when the task succeeds or fails, but not if it takes forever.