feat(meta/options): Add the system type to the default tags
All checks were successful
Check meta / check_dns (push) Successful in 30s
Check meta / check_meta (push) Successful in 30s
Build all the nodes / ap01 (push) Successful in 1m23s
Build all the nodes / geo01 (push) Successful in 2m0s
Build all the nodes / bridge01 (push) Successful in 2m1s
Build all the nodes / geo02 (push) Successful in 1m54s
Build all the nodes / rescue01 (push) Successful in 2m15s
Build all the nodes / compute01 (push) Successful in 2m57s
Build all the nodes / storage01 (push) Successful in 1m59s
Run pre-commit on all files / pre-commit (push) Successful in 44s
Build all the nodes / vault01 (push) Successful in 1m58s
Build all the nodes / web02 (push) Successful in 1m55s
Build all the nodes / web03 (push) Successful in 1m46s
Build all the nodes / web01 (push) Successful in 2m34s
All checks were successful
Check meta / check_dns (push) Successful in 30s
Check meta / check_meta (push) Successful in 30s
Build all the nodes / ap01 (push) Successful in 1m23s
Build all the nodes / geo01 (push) Successful in 2m0s
Build all the nodes / bridge01 (push) Successful in 2m1s
Build all the nodes / geo02 (push) Successful in 1m54s
Build all the nodes / rescue01 (push) Successful in 2m15s
Build all the nodes / compute01 (push) Successful in 2m57s
Build all the nodes / storage01 (push) Successful in 1m59s
Run pre-commit on all files / pre-commit (push) Successful in 44s
Build all the nodes / vault01 (push) Successful in 1m58s
Build all the nodes / web02 (push) Successful in 1m55s
Build all the nodes / web03 (push) Successful in 1m46s
Build all the nodes / web01 (push) Successful in 2m34s
This commit is contained in:
parent
76419de740
commit
a1f17d1850
1 changed files with 4 additions and 1 deletions
|
@ -212,7 +212,10 @@ in
|
|||
config = {
|
||||
deployment =
|
||||
{
|
||||
tags = [ "infra-${config.site}" ];
|
||||
tags = [
|
||||
"infra-${config.site}"
|
||||
config.nixpkgs.system
|
||||
];
|
||||
}
|
||||
// (optionalAttrs (builtins.hasAttr name args.config.network) {
|
||||
targetHost =
|
||||
|
|
Loading…
Reference in a new issue