A Holt
|
1d8e946b91
|
Merge pull request #428 from arky/misc-checks
Misc Fixes: Clean up whitespace warnings
|
2017-10-19 16:50:33 -04:00 |
|
Arky
|
3abb27bbed
|
Misc Fixes: Clean up whitespace warnings
|
2017-10-19 13:40:23 +07:00 |
|
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 |
|
A Holt
|
942bb4a18b
|
"when: not mongodb_enabled" added back
|
2017-10-18 22:00:13 -04:00 |
|
A Holt
|
48b30cc8a7
|
remove prealloc.* in the Ansible way (works even if files absent)
|
2017-10-18 19:08:30 -04:00 |
|
A Holt
|
eb2550141b
|
try removing prealloc files later, to catch them all
|
2017-10-18 18:36:35 -04:00 |
|
A Holt
|
8093798210
|
rm /var/lib/mongodb/journal/prealloc.*
|
2017-10-18 17:20:20 -04:00 |
|
A Holt
|
94aa326184
|
smallfiles=true added to mongod.conf
Suggested by @arky in https://github.com/iiab/iiab/issues/254
|
2017-09-21 13:02:43 -04:00 |
|
George Hunt
|
dd80a8a03d
|
mongo version mixup. which conf file is used? we write to both
|
2017-09-18 11:11:24 -07:00 |
|
Jerry Vonau
|
11ef1d71c9
|
try to shrink mongodb (#262)
|
2017-09-18 09:14:59 -07:00 |
|
georgejhunt
|
30f4dfc1af
|
Notags (#73)
* bulk change use_cache/no_network->internet_available
* bulk change use_cache/no_network->internet_available
* remove unuseful debug statements
* remove download tags
* appendix has_internet_connection
* ubuntu dhcpd needs to connect to br0
|
2017-06-29 10:48:41 -07:00 |
|
George Hunt
|
3a1d427ea0
|
patch 0010
|
2017-05-27 11:53:01 -07:00 |
|
George Hunt
|
845632d0ac
|
initial checkin -- May 27, 2017
|
2017-05-27 11:09:50 -07:00 |
|