inventory/auto-pull-update: limited to selected machines until a build machine is present
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user