zhaofengli / colmena

A simple, stateless NixOS deployment tool
https://colmena.cli.rs
MIT License
1.12k stars 62 forks source link

Allow excluding hosts #67

Open lheckemann opened 2 years ago

lheckemann commented 2 years ago

Nixops has the convenient --exclude option that allows deploying every node except the given ones. This would be nice to have in colmena as well, particularly in combination with the tags feature.

aanderse commented 1 year ago

Recently I find myself typing out --on with 12 machine names. There are 13 machines in the network. I should really learn rust.