mache.deploy.machine.get_known_mache_machines

mache.deploy.machine.get_known_mache_machines(*, package: str = 'mache.machines') set[str][source]

Return the set of machine names known to mache.

A machine is considered “known” if a corresponding <machine>.cfg file exists in mache.machines.

Parameters:

package – The package to search for machine config files.

Returns:

known – A set of known machine names.