mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-12-16 07:20:36 +00:00
Add a NFS toggle
This commit is contained in:
parent
d2f4d0841e
commit
0f6eebb157
@ -10,12 +10,12 @@
|
|||||||
tags: database
|
tags: database
|
||||||
when: do_database_management == True
|
when: do_database_management == True
|
||||||
|
|
||||||
- import_tasks: redmine.yml
|
- import_tasks: redmine.yml
|
||||||
tags: redmine
|
tags: redmine
|
||||||
|
|
||||||
- import_tasks: nginx.yml
|
- import_tasks: nginx.yml
|
||||||
tags: nginx
|
tags: nginx
|
||||||
|
|
||||||
- import_tasks: attachments_storage.yml
|
- import_tasks: attachments_storage.yml
|
||||||
tags: attachments_storage
|
tags: attachments_storage
|
||||||
when: is_production_vm == True
|
when: is_production_vm == True and do_nfs_storage == True
|
||||||
|
Loading…
Reference in New Issue
Block a user