Add a role for the ejabberd server

Includes the backup, letsencrypt and default recipe
This commit is contained in:
Greg Karékinian 2019-05-14 15:18:05 +02:00
parent f81b7c82de
commit c9547582b7

7
roles/ejabberd.rb Normal file
View File

@ -0,0 +1,7 @@
name "ejabberd"
run_list %w(
kosmos-ejabberd::default
kosmos-ejabberd::letsencrypt
kosmos-ejabberd::backup
)