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

22 lines
370 B
YAML
Raw Normal View History

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