Ansible playbook for installing Redmine with plugins on CentOS/Ubuntu/Debian.
CentOS 7.6, Ubuntu 18.04 or Debian 10
- Redmine 4.0.5
- PostgreSQL
- Apache
- Passenger
- Redmine WYSIWYG Editor plugin
- Redmine Mail From plugin
- Redmine Share plugin
- Redmine Local Avatars plugin
- Redmine XLSX Format Issue Exporter plugin
- Redmine View Customize plugin
- Redmine scm-creator plugin
- Redmine Banner plugin
- Copy
hosts.sample
tohosts
and edithosts
- Copy
host_vars/localhost.yml.sample
tohost_vars/HOSTNAME.yml
and edit the file as many as target hosts - Run commend:
ansible-playbook -i hosts site.yml
Enable configuration allow_world_readable_tmpfiles
if the playbook is executed by unprivileged user.
ansible.cfg:
[defaults]
allow_world_readable_tmpfiles = True
MIT License
Takeshi Nakamura
(The original version is written by Far End Technologies Corporation)