mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-10 06:50:35 +00:00
22 lines
395 B
YAML
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
|