dnet-openaire/host_vars/nextissue.research-infrastructures.eu: new redmine plugins.

This commit is contained in:
Andrea Dell'Amico 2015-10-06 13:24:30 +02:00
parent 8c81709fc6
commit 98598de8ae
3 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
dnet_standard_installation: True
dnet_user: tomcat7
dnet_user: dnet
dnet_group: dnet
dnet_sudoers_group: dnetsu

View File

@ -28,6 +28,8 @@ rm_advanced_roadmap_plugin: False
rm_scrum2b_plugin: False
rm_autowatcher_plugin: False
rm_issuereminder_plugin: False
# https://github.com/arkhitech/redmine_update_reminder
rm_updatereminder_plugin: False
rm_mention_plugin: False
rm_mentions_plugin: False
rm_defaultcustomquery_plugin: False

View File

@ -192,6 +192,16 @@
- redmine_plugins
- redmine_plugins_issuereminder
- name: Install the update reminder plugin
git: repo=https://github.com/arkhitech/redmine_update_reminder dest={{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/plugins/redmine_update_reminder update=no
when: rm_updatereminder_plugin
notify:
- Bundle install and reconfigure redmine
tags:
- redmine
- redmine_plugins
- redmine_plugins_updatereminder
- name: Install the mention plugin
git: repo=https://github.com/stpl/redmine_mention_plugin dest={{ redmine_glob_root_dir }}/{{ redmine_inst_dir }}/plugins/redmine_mention_plugin update=no
when: rm_mention_plugin