add craftbukkit role
This commit is contained in:
11
roles/craftbukkit/templates/rsyslog/craftbukkit.conf.j2
Normal file
11
roles/craftbukkit/templates/rsyslog/craftbukkit.conf.j2
Normal file
@ -0,0 +1,11 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
module(load="omprog")
|
||||
|
||||
if ( $programname == "craftbukkit" ) then {
|
||||
action(
|
||||
type="omprog"
|
||||
binary="{{ craftbukkit_opt_path }}/bin/craftbukkit-discord --config {{ craftbukkit_opt_path }}/etc/discord.cfg"
|
||||
confirmmessages="on"
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user