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