Add simple Discord bot to notify of Minecraft events
This commit is contained in:
11
roles/minecraft/templates/rsyslog/minecraft.conf.j2
Normal file
11
roles/minecraft/templates/rsyslog/minecraft.conf.j2
Normal file
@ -0,0 +1,11 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
module(load="omprog")
|
||||
|
||||
if ( $programname == "minecraft" ) then {
|
||||
action(
|
||||
type="omprog"
|
||||
binary="{{ minecraft_opt_path }}/bin/minecraft-discord --config {{ minecraft_opt_path }}/etc/discord.cfg"
|
||||
confirmmessages="on"
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user