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
2021-02-05 16:08:44 -05:00

22 lines
395 B
YAML

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