1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-20 15:40:34 +00:00
vagrant-easyredmine/roles/easyredmine/tasks/main.yml
2015-11-30 10:08:24 -05:00

14 lines
163 B
YAML

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