1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 23:30:35 +00:00
vagrant-easyredmine/roles/easyredmine/tasks/main.yml
2016-07-13 23:15:07 -04:00

22 lines
340 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