pub fn resolve_host_jobs(
selection: &HostSelection,
file: &ConfigFile,
) -> SshCliResult<Vec<(String, VpsRecord)>>Expand description
Resolve a HostSelection into owned jobs for bounded multi-host fan-out.
ยงErrors
- Empty registry for
--all/--hosts - Unknown names in
--hosts(fail-closed) - Missing single host (
VpsNotFound)