wip: monitoring master roles

This commit is contained in:
2022-12-28 15:49:17 +01:00
parent 544088bb79
commit 7a399ed41f
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
apply Service "systemd" {
import "remote_passive"
assign where host.vars.remote
}
apply Service "disk-remote" {
import "remote_passive"
assign where host.vars.remote
}
apply Service "load-remote" {
import "remote_passive"
assign where host.vars.remote
}
apply Service "skillbird-plugin" {
import "remote_passive"
assign where host.name == "steam"
}
apply Service "insurgency-1" {
import "remote_passive"
assign where host.name == "steam"
}
apply Service "insurgency-2" {
import "remote_passive"
assign where host.name == "steam"
}
apply Service "irc" {
import "remote_passive"
assign where host.name == "irc"
}
apply Service "darknet-rudi" {
import "remote_passive"
assign where host.name == "vpn"
}
apply Service "darknet-hase" {
import "remote_passive"
assign where host.name == "vpn"
}
apply Service "darknet-routes" {
import "remote_passive"
assign where host.name == "vpn"
}