mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:38:34 +01:00
50 lines
955 B
Plaintext
50 lines
955 B
Plaintext
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"
|
|
}
|