pub async fn ping_nodes( nodes: Vec<Node>, max_parallel: usize, key_path: Option<&Path>, strict_mode: StrictHostKeyChecking, use_agent: bool, use_password: bool, ) -> Result<()>