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"
"canopus"
];
dm-pull-deploy = [
"rana"
"rigel"
"vega"
];
};
instances = {
@@ -182,7 +188,7 @@
}
)
];
roles.default.tags = [ "all" ];
roles.default.tags = [ "dm-pull-deploy" ];
roles.default.settings.action = "switch";
};