1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-20 07:40:34 +00:00
vagrant-easyredmine/roles/easyredmine/tasks/main.yml

16 lines
320 B
YAML
Raw Normal View History

2015-11-11 16:43:48 +00:00
---
- include: system.yml tags=system
2015-11-30 15:08:24 +00:00
- include: firewall.yml tags=firewall
2015-11-18 23:02:49 +00:00
- include: database.yml tags=database
2015-11-30 15:08:24 +00:00
when: do_database_management == True
2015-11-11 16:43:48 +00:00
- include: redmine.yml tags=redmine
2015-11-11 16:43:48 +00:00
- include: nginx.yml tags=nginx
2015-11-18 23:02:49 +00:00
- include: attachments_storage.yml tags=attachments_storage
when: is_production_vm == True