hosty
Version:
A code based opinionated way to self-host and manage web apps.
12 lines • 399 B
TypeScript
export declare function set_available_ports(service_dir: string, count: number, var_name: string): {
block: import("../ansible/types.js").Tasks;
become?: boolean;
register?: string;
when?: string;
changed_when?: boolean;
ignore_errors?: boolean;
notify?: string;
with_fileglob?: string | string[];
name: string;
};
//# sourceMappingURL=set_available_port.d.ts.map