Add excluded_machines
parameter to exclude devices from being deployed/undeployed
#294
Closed
7 tasks done
Currently, Kathará supports the
selected_machines
parameter, allowing deployment/undeployment of a specific set of devices.However, there are situations where it would be useful to target all devices except for a few.
This issue proposes the introduction of a new parameter called
excluded_machines
. This parameter would function as the inverse ofselected_machines
, meaning that the command would apply to all devices except those specified in this set.The
excluded_machines
works in alternative toselected_machines
.The parameter will be added in the following parts of the code:
*Manager.deploy_lab
*Manager.deploy_lab
*Manager.undeploy_lab
*Manager.undeploy_lab
--exclude
inlstart
,lrestart
, andlclean
lstart
,lrestart
, andlclean
commandsThe text was updated successfully, but these errors were encountered: