name "ejabberd" default_run_list = %w( role[postgresql_client] kosmos-ejabberd::default ) production_run_list = %w( role[postgresql_client] kosmos-ejabberd::default kosmos-ejabberd::letsencrypt kosmos-ejabberd::backup ) env_run_lists( 'production' => production_run_list, 'development' => default_run_list, '_default' => default_run_list )