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
2015-12-27 16:20:23 -05:00

16 lines
320 B
YAML

---
- include: system.yml tags=system
- include: firewall.yml tags=firewall
- include: database.yml tags=database
when: do_database_management == True
- include: redmine.yml tags=redmine
- include: nginx.yml tags=nginx
- include: attachments_storage.yml tags=attachments_storage
when: is_production_vm == True