mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-20 06:22:38 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
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 "procs-remote" {
|
||||
import "remote_passive"
|
||||
assign where host.vars.remote
|
||||
}
|
||||
|
||||
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 "wireguard-darknet-rudi" {
|
||||
import "remote_passive"
|
||||
assign where host.name == "vpn"
|
||||
}
|
||||
|
||||
apply Service "wireguard-darknet-hase" {
|
||||
import "remote_passive"
|
||||
assign where host.name == "vpn"
|
||||
}
|
||||
|
||||
#apply Service "darknet-reachable" {
|
||||
# import "remote_passive"
|
||||
# assign where host.name == "vpn"
|
||||
#}
|
||||
|
||||
apply Service "mail_queue" {
|
||||
import "remote_passive"
|
||||
assign where host.name == "mail"
|
||||
}
|
||||
Reference in New Issue
Block a user