ansible-roles/redmine
Andrea Dell'Amico f73e24e32b d4science-ghn-cluster: Fix the mongo variables for the mongo_cluster_prod group.
dnet-eagle: New mongodb server.
library/roles/mongodb-org: Fix the mongod template. It had fixed paths, now they are all managed by variables.
library/roles/redmine: Remove the rules for not working plugins.
2015-11-19 18:10:24 +01:00
..
defaults d4science-ghn-cluster: Fix the mongo variables for the mongo_cluster_prod group. 2015-11-19 18:10:24 +01:00
files library/roles/redmine/files/redmine.init: create the PID directory with the right owner if it does not exist. 2015-10-08 20:54:37 +02:00
handlers Major refactoring. Moved all the library roles under 'library/roles' and changed all the occurrances inside all the playbooks. 2015-05-28 11:32:57 +02:00
meta library/roles/redmine, library/roles/tomcat-apache-requirements: library -> library/roles. 2015-05-30 17:40:50 +02:00
tasks d4science-ghn-cluster: Fix the mongo variables for the mongo_cluster_prod group. 2015-11-19 18:10:24 +01:00
templates library/roles/redmine: permit weekly run of the redmine_update_reminder plugin 2015-11-19 12:49:30 +01:00
README Major refactoring. Moved all the library roles under 'library/roles' and changed all the occurrances inside all the playbooks. 2015-05-28 11:32:57 +02:00

README

Best practices:

- Use a boolean variable for each plugin to decide if it has to be installed or removed.

- Provide a task to remove a plugin



To delete a plugin:

1. Downgrade the database 

   cd /srv/redmine/d4science; bundle exec rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production

2. Remove the plugin from the plugins folder (/srv/redmine/d4science/plugins/plugin_name)

3. Restart unicorn (or web server)