def ssh(command, hosts, ssh_key): """Execute command over SSH on hosts.""" return execute(_task, command=command, hosts=hosts, ssh_key=ssh_key)