1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
Commit graph

12023 commits

Author SHA1 Message Date
Arky
602223e4ff Adds spaces in variables after {{ and before }}
Fixes various warnings in Travis CI 

[EXTRA0001] Variables should have spaces after {{ and before }}
2017-10-20 11:36:10 +07:00
A Holt
b1e166db69 typo in comment: npn -> npm 2017-10-19 21:16:08 -04:00
A Holt
da165aeae6 Merge pull request #16 from iiab/master
gratuitous sync from iiab/iiab
2017-10-19 21:14:49 -04: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
A Holt
69febb7e83 Merge pull request #15 from arky/misc-checks
Misc Fixes: Clean up whitespace warnings [sync from arky/iiab branch misc-checks]
2017-10-19 13:53:58 -04:00
A Holt
f8cd55daa3 Merge pull request #14 from iiab/master
sync from iiab/iiab
2017-10-19 13:51:27 -04:00
georgejhunt
7f9cccc2ef Merge pull request #426 from jvonau/centos-
Centos - ansible 2.4
2017-10-19 09:40:23 -07:00
Jerry Vonau
07c4243b91 disable ansible repo for now 2017-10-19 11:36:25 -05:00
georgejhunt
4b31d0edf3 Merge pull request #427 from holta/master
bypass MongoDB; forcibly remove MongoDB's 256MB prealloc files
2017-10-19 09:25:54 -07:00
georgejhunt
9d82903a09 Merge pull request #404 from arky/update-gitignore
Remove tracking retry, log files. Updating .gitignore
2017-10-19 09:15:19 -07:00
georgejhunt
9b36f7f4d8 Merge pull request #381 from jvonau/more_bs
ensure network is completed before saying first_run is complete
2017-10-19 08:58:49 -07:00
Arky
3abb27bbed Misc Fixes: Clean up whitespace warnings 2017-10-19 13:40:23 +07:00
A Holt
9963f8bb1b experiment with Sugarizer w/o MongoDB 2017-10-19 01:31:24 -04:00
A Holt
f0b5dde2c7 experiment with removing MongoDB 2017-10-19 01:28:27 -04:00
A Holt
a60133713d Trial removal of MongoDB, for a more lightweight Sugarizer 2017-10-19 00:41:40 -04: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
Jerry Vonau
6d87652e8c just dup the code 2017-10-18 22:01:51 -05: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
Jerry Vonau
0064694bbe limit --no-cache-dir exclude to is_redhat 2017-10-18 17:20:17 -05:00
A Holt
8093798210 rm /var/lib/mongodb/journal/prealloc.* 2017-10-18 17:20:20 -04:00
Jerry Vonau
a351511b0d supply ansible.repo for updating 2017-10-18 01:26:45 -05:00
Jerry Vonau
a4c69e8597 centos remove --no-cache-dir 2017-10-18 01:20:37 -05:00
Jerry Vonau
574b292f20 OSM - centos remove --disable-pip-version-check - 2 2017-10-18 01:20:33 -05:00
Jerry Vonau
7b12175e50 OSM - centos remove --disable-pip-version-check 2017-10-18 01:19:03 -05:00
Jerry Vonau
e0a13501c0 bump centos to ansible 2.4.0 2017-10-18 01:16:06 -05:00
A Holt
2203107f85 Merge pull request #422 from holta/master
fix kiwix_serve_enabled -> kiwix_enabled in vars/default_vars.yml + other files
2017-10-18 00:24:26 -04:00
A Holt
f9eef63af5 typo: XECE -> IIAB 2017-10-17 23:05:54 -04:00
A Holt
5cc67612e1 Merge pull request #13 from iiab/master
sync from iiab/iiab
2017-10-17 21:50:21 -04:00
A Holt
7855aafee9 sync from latest community norms @ http://wiki.laptop.org/go/IIAB/local_vars.yml 2017-10-17 21:24:59 -04:00
A Holt
380a9dc7e4 Merge pull request #420 from jvonau/sugar
Nodejs 6.X - npm is not available standalone

closes #419
2017-10-17 21:20:30 -04:00
A Holt
da82fa0659 kiwix_serve_enabled -> kiwix_enabled 2017-10-17 21:17:45 -04:00
A Holt
1af4556567 spacing cleanup 2017-10-17 21:16:24 -04:00
A Holt
7e3b33c35a kiwix_serve_enabled: False -> kiwix_enabled: True 2017-10-17 21:15:03 -04:00
A Holt
f57ac88857 kiwix_enabled: False -> kiwix_enabled: True to abide by norms 2017-10-17 21:03:26 -04:00
A Holt
8859f06e03 fix kiwix_serve_enabled -> kiwix_enabled 2017-10-17 20:56:58 -04:00
A Holt
344a65c900 Merge pull request #12 from iiab/master
sync from iiab/iiab
2017-10-17 20:55:17 -04:00
Jerry Vonau
908bb54145 Nodejs 6.X - npm is not available standalone 2017-10-17 17:39:29 -05:00
A Holt
4e4926255f Merge pull request #374 from georgejhunt/fedora
let testing occur on a fedora VM
2017-10-16 10:26:33 -04:00
A Holt
c1101d2e3d Merge pull request #380 from jvonau/permissions
permissions - storaged as execuables in git - installed files need not be executable
2017-10-16 10:25:31 -04:00
A Holt
3d40c788a0 Merge pull request #416 from arky/octal-fixes
Fix octal permissions warnings in Travis CI
2017-10-16 10:22:20 -04:00
A Holt
60ce896c3f Merge pull request #403 from jvonau/dir_del
remove unused role
2017-10-16 10:19:59 -04:00
Arky
6f0a903a5f Fix octal permissions warnings in Travis CI 2017-10-16 13:57:57 +07:00
A Holt
f7ca2fe9a8 Merge pull request #304 from jvonau/sugar
Install nodejs correctly
2017-10-14 09:06:17 -04:00
Arky
3a4dd811e6 Remove tracking retry, log files. Updating .gitignore 2017-10-14 15:20:54 +07:00
A Holt
6938945dd9 Merge pull request #408 from holta/master
refresh-wiki-docs.sh: permit "git pull" on earlier IIAB's, leaving legacy subdirs like info/html untouched
2017-10-13 11:59:21 -04:00
A Holt
55ce3d99e4 permit "git pull" on earlier IIAB's, leaving legacy subdirs like info/html untouched 2017-10-13 11:48:54 -04:00
A Holt
5f6cd46154 "rm -rf info/html" to permit "git pull" on earlier IIAB's 2017-10-13 11:33:09 -04:00
A Holt
4df145a742 Merge pull request #407 from holta/master
refresh-wiki-docs.sh regex [-.A-Za-z0-9] needed on Ubuntu etc where A-z fails
2017-10-13 11:20:10 -04:00