Create a minimalist ejabberd role for development
No Let's Encrypt, no backups
This commit is contained in:
parent
2c21d6255b
commit
1a6ce44758
@ -1,7 +1,16 @@
|
||||
name "ejabberd"
|
||||
|
||||
run_list %w(
|
||||
default_run_list = %w(
|
||||
kosmos-ejabberd::default
|
||||
)
|
||||
|
||||
production_run_list = %w(
|
||||
kosmos-ejabberd::default
|
||||
kosmos-ejabberd::letsencrypt
|
||||
kosmos-ejabberd::backup
|
||||
)
|
||||
env_run_lists(
|
||||
'production' => production_run_list,
|
||||
'development' => default_run_list,
|
||||
'_default' => default_run_list
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user