forked from ISTI-ansible-roles/ansible-roles
dnet-openaire/host_vars/nextissue.research-infrastructures.eu: new redmine plugins.
This commit is contained in:
parent
8c81709fc6
commit
98598de8ae
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
dnet_standard_installation: True
|
dnet_standard_installation: True
|
||||||
dnet_user: tomcat7
|
dnet_user: dnet
|
||||||
dnet_group: dnet
|
dnet_group: dnet
|
||||||
dnet_sudoers_group: dnetsu
|
dnet_sudoers_group: dnetsu
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,8 @@ rm_advanced_roadmap_plugin: False
|
||||||
rm_scrum2b_plugin: False
|
rm_scrum2b_plugin: False
|
||||||
rm_autowatcher_plugin: False
|
rm_autowatcher_plugin: False
|
||||||
rm_issuereminder_plugin: False
|
rm_issuereminder_plugin: False
|
||||||
|
# https://github.com/arkhitech/redmine_update_reminder
|
||||||
|
rm_updatereminder_plugin: False
|
||||||
rm_mention_plugin: False
|
rm_mention_plugin: False
|
||||||
rm_mentions_plugin: False
|
rm_mentions_plugin: False
|
||||||
rm_defaultcustomquery_plugin: False
|
rm_defaultcustomquery_plugin: False
|
||||||
|
|
|
@ -192,6 +192,16 @@
|
||||||
- redmine_plugins
|
- redmine_plugins
|
||||||
- redmine_plugins_issuereminder
|
- 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
|
- 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
|
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
|
when: rm_mention_plugin
|
||||||
|
|
Loading…
Reference in New Issue