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>.cfgfile exists inmache.machines.- Parameters:
package – The package to search for machine config files.
- Returns:
known – A set of known machine names.