inventory/auto-pull-update: limited to selected machines until a build machine is present

This commit is contained in:
2026-09-03 13:58:29 +07:00
parent efa4b39782
commit 37ff958560
+7 -1
View File
@@ -46,6 +46,12 @@
"bosona" "bosona"
"canopus" "canopus"
]; ];
dm-pull-deploy = [
"rana"
"rigel"
"vega"
];
}; };
instances = { instances = {
@@ -182,7 +188,7 @@
} }
) )
]; ];
roles.default.tags = [ "all" ]; roles.default.tags = [ "dm-pull-deploy" ];
roles.default.settings.action = "switch"; roles.default.settings.action = "switch";
}; };