mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 21:41:36 +01:00
fix: unified ins-source checks
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
---
|
---
|
||||||
checks :
|
checks :
|
||||||
- { user : nobody, name : insurgency_1_source, cmd : "/etc/monitoring-tools/rcon.py -H localhost -p 27015"}
|
- { user : sheppy, name : insurgency-1, cmd : "/etc/monitoring-tools/rcon-check.py -p 27015"}
|
||||||
- { user : nobody, name : insurgency_1_plugin, cmd : "/etc/monitoring-tool/check_source_plugins.sh"}
|
- { user : sheppy, name : insurgency-2, cmd : "/etc/monitoring-tools/rcon-check.py -p 27016"}
|
||||||
- { user : nobody, name : insurgency_2_source, cmd : "/etc/monitoring-tools/rcon.py -H localhost -p 27016"}
|
|
||||||
- { user : nobody, name : insurgency_2_plugin, cmd : "/etc/monitoring-tool/check_source_plugins.sh"}
|
|
||||||
|
|
||||||
pip-libraries:
|
|
||||||
- valve
|
|
||||||
|
|||||||
@@ -13,11 +13,6 @@ apply Service "load-remote" {
|
|||||||
assign where host.vars.remote
|
assign where host.vars.remote
|
||||||
}
|
}
|
||||||
|
|
||||||
apply Service "skillbird-plugin" {
|
|
||||||
import "remote_passive"
|
|
||||||
assign where host.name == "steam"
|
|
||||||
}
|
|
||||||
|
|
||||||
apply Service "insurgency-1" {
|
apply Service "insurgency-1" {
|
||||||
import "remote_passive"
|
import "remote_passive"
|
||||||
assign where host.name == "steam"
|
assign where host.name == "steam"
|
||||||
|
|||||||
Reference in New Issue
Block a user