1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
Commit graph

151 commits

Author SHA1 Message Date
A Holt
7a7bbc77aa
Install MongoDB binaries (3.0.14 core + 3.0.15 tools) onto RPi from andyfelong.com 2019-02-02 10:03:49 -05:00
A Holt
fde9cbbb49
Update main.yml 2019-01-31 11:07:12 -05:00
A Holt
76b89b72b2
Update main.yml 2019-01-31 01:12:14 -05:00
A Holt
9f82f13d94
Update mongod.conf.j2 2019-01-31 01:01:20 -05:00
A Holt
77044a2570
Update main.yml 2018-10-31 02:51:34 -04:00
A Holt
5fed3a3622
Update main.yml 2018-10-28 13:41:54 -04:00
root
b5efe25edb /etc/iiab/iiab.ini -> {{ iiab_ini_file }} 2018-10-15 07:01:09 -04:00
root
d9c73cc804 service_filelist -> iiab_ini_file 2018-10-15 06:13:57 -04:00
A Holt
37591a612c
Update iiab-mongodb-repair-if-no-lock.j2 2018-07-23 10:07:04 -04:00
A Holt
5c55e16b06
Update main.yml 2018-07-23 10:01:21 -04:00
A Holt
b08e12fba3
Update iiab-mongodb-repair-if-no-lock.j2 2018-07-23 09:57:45 -04:00
A Holt
08992f47be
Create iiab-mongodb-repair-if-no-lock.j2 2018-07-23 09:52:26 -04:00
A Holt
3ab57666c2
Update main.yml 2018-07-23 09:51:11 -04:00
A Holt
4ddc7c4461
Update mongodb.service.j2 2018-07-23 09:44:17 -04:00
A Holt
8530beb864
Update main.yml 2018-07-22 11:35:43 -04:00
A Holt
d3fed1ab2c
Update main.yml 2018-07-22 11:30:31 -04:00
A Holt
e01057fa66
Ansible's systemd: may be cleaner than service: 2018-07-22 11:13:55 -04:00
A Holt
88253db8ca
Update main.yml 2018-07-22 11:06:38 -04:00
A Holt
aad50e0c4e
Cleaner for systemd, to diagnose #942 ? 2018-07-22 11:01:31 -04:00
A Holt
0f1346aa8e
Update main.yml 2018-07-17 13:29:45 -04:00
A Holt
a1a3b4f677
Update main.yml 2018-07-17 13:19:40 -04:00
A Holt
21dd6ab03f
Update main.yml 2018-07-17 13:15:52 -04:00
A Holt
b35b612c52
Update mongodb.service.j2 2018-07-17 13:15:04 -04:00
A Holt
db9d9be955
Update main.yml 2018-07-17 13:12:37 -04:00
A Holt
4cdcda9438
Update main.yml 2018-07-17 13:11:14 -04:00
A Holt
639bb43f92
Rename mongodb.service to mongodb.service.j2 2018-07-17 12:57:35 -04:00
A Holt
1c3498603d
Update and rename mongod.conf to mongod.conf.j2 2018-07-17 12:57:17 -04:00
A Holt
77416f4d52
Update main.yml 2018-07-17 12:55:25 -04:00
A Holt
4e0fc10017
Update mongodb.service 2018-07-17 12:51:55 -04:00
A Holt
1a6d3dd8fd
Update main.yml 2018-07-17 12:50:52 -04:00
A Holt
9c7aaaca7a
Update main.yml 2018-07-17 12:45:46 -04:00
A Holt
9103063af8
Update mongodb.service 2018-07-11 21:54:21 -04:00
A Holt
609d600386
Update main.yml 2018-07-11 20:49:03 -04:00
George Hunt
abb58ba0bc change mongodb service file to type=simple, and config to not fork 2018-05-26 23:16:10 +00:00
George Hunt
5fd71ddd39 systemd After and Requires on separate lines 2018-05-23 23:21:49 +00:00
George Hunt
eadbadf46a specifically fork mongodb 2018-05-22 17:07:21 +00:00
George Hunt
e0309cd5d4 tweaks to get mongodb autotarting 2018-05-21 23:28:21 +00:00
A Holt
7361d44e50
MongoDB description had *4* quotation marks in iiab.env 2017-11-16 23:16:15 -05:00
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