add craftbukkit role

This commit is contained in:
2020-04-20 22:25:07 -05:00
parent 81daf417d8
commit acae6acb07
7 changed files with 348 additions and 0 deletions

View 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"
)
}