feat(deploy): add deployment tags for each host

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 828b5d7374
commit ed39959b61
8 changed files with 38 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
{
deployment.tags = [ "local" ];
role = "desktop";
}
+4
View File
@@ -0,0 +1,4 @@
{
deployment.tags = [ "local" ];
role = "laptop";
}
+4
View File
@@ -0,0 +1,4 @@
{
deployment.tags = [ "arm" ];
role = "embedded";
}
+4
View File
@@ -0,0 +1,4 @@
{
deployment.tags = [ "arm" ];
role = "embedded";
}
+4
View File
@@ -0,0 +1,4 @@
{
deployment.tags = [ "cloud" ];
role = "server";
}
+4
View File
@@ -0,0 +1,4 @@
{
deployment.tags = [ "local" ];
role = "vm";
}