1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/mongodb
A Holt 9361f6dc88 remove both "when: not mongodb_enabled" so prealloc files actually get deleted
See https://github.com/iiab/iiab/blob/master/roles/1-prep/tasks/computed_vars.yml#L63-L67 pasted in here:

- name: Turn on mongodb if sugarizer enabled
  set_fact:
    mongodb_install: True
    mongodb_enabled: True
when: sugarizer_enabled

The above 5 lines might be commented out as an experiment, to dump MongoDB entirely on a trial basis.
2017-10-19 00:29:52 -04:00
..
defaults try to shrink mongodb (#262) 2017-09-18 09:14:59 -07:00
tasks remove both "when: not mongodb_enabled" so prealloc files actually get deleted 2017-10-19 00:29:52 -04:00
templates smallfiles=true added to mongod.conf 2017-09-21 13:02:43 -04:00