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

12031 commits

Author SHA1 Message Date
A Holt
bf5c1badec tags harmonized w/ actual role names; 5-xo-services uncommented 2017-10-26 20:38:49 -04:00
A Holt
849ba9610d Update main.yml 2017-10-26 20:30:37 -04:00
A Holt
74ebfabd1f Update main.yml 2017-10-26 20:29:28 -04:00
A Holt
62b7ed8e40 proposed new template for all 9+ tasks/main.yml ? 2017-10-26 20:27:42 -04:00
A Holt
32c668936a comment out ajenti 2017-10-26 20:21:31 -04:00
A Holt
6ef437cc79 comments included..not quite there yet
3 problems:

1. include_role: does not permit tags, so presumably prevents more advanced use of "./runtags olpc" including roles across several of the 9 stages

2. I really want a "dynamic" approach like include_tasks: that spares us the madness of dozens of pages of "skipping, skipping, skipping" crap that should not be running anyway (avoiding the "static" behavior of the old "include:")

But unfortunately include_role: does not accept "static: no" (as currently works within "include: ... when:")

3. Any way to squeeze things onto 1 line in Ansible, so it's actually readable as https://github.com/iiab/iiab/blob/master/roles/7-edu-apps/meta/main.yml was?
2017-10-26 17:08:37 -04:00
Jerry Vonau
e48838da04 clean up stale variables 2017-10-26 15:56:08 -05:00
A Holt
0e49901759 Delete main.yml 2017-10-26 16:20:44 -04:00
A Holt
e8edbbc6b9 include_role experiment, oviating meta/main.yml ? 2017-10-26 16:19:54 -04:00
A Holt
1d6db3f4a0 Merge pull request #20 from iiab/master
sync from iiab/iiab
2017-10-26 14:45:17 -04:00
A Holt
40414f691b Merge pull request #303 from jvonau/avoid_1-prep
Avoid 1 prep - speeds up runtags
2017-10-26 12:32:40 -04:00
Jerry Vonau
2d49a1590b change netvars to 0-init 2017-10-26 10:48:41 -05:00
Jerry Vonau
99633173a4 remove args from runtags 2017-10-26 10:48:41 -05:00
Jerry Vonau
c606083553 XSCE -> IIAB 2017-10-26 10:48:41 -05:00
Jerry Vonau
0aedaa24fd split network up in iiab.ini 2017-10-26 10:48:40 -05:00
Jerry Vonau
bd50433874 move network detection to network -- adjused for hostname 2017-10-26 10:48:40 -05:00
Jerry Vonau
ae5434bd3d move internet detection to be global - adjused iiab.env 2 2017-10-26 10:48:40 -05:00
Jerry Vonau
c9332b53e1 2-common disable dup'd routine 2017-10-26 10:48:40 -05:00
Jerry Vonau
337658062e prep.yml cleanup - adjusted for iiab.env 2017-10-26 10:48:40 -05:00
Jerry Vonau
b61b009f08 move NewInstall 2017-10-26 10:48:40 -05:00
Jerry Vonau
8c91f4075c runtags needs tags= adjustment 2017-10-26 10:48:40 -05:00
Jerry Vonau
2fc670a885 avoid 1-prep post install 2017-10-26 10:48:40 -05:00
Jerry Vonau
dfab9635bc add the not installing option to netvars 2017-10-26 10:48:40 -05:00
Jerry Vonau
9f45d12972 replacement for a7a5f36... use netvars 2017-10-26 10:48:40 -05:00
A Holt
8970bb8fcb Merge pull request #462 from arky/PR-Bug-Templates
Add PR template and Bug template
2017-10-26 10:27:09 -04:00
A Holt
0790119af1 Reno says ### better than # (smaller title w/ markdown viewer) 2017-10-26 10:26:12 -04:00
A Holt
a803b20919 Merge pull request #463 from holta/kiwix-0.3.0-2
Implement Kiwix 0.3.0 using nightly from 2017-10-25

Smoke-tested & VERY basic functionality testing on Raspbian Desktop 2017-09-07.

* Please test with a much WIDER diversity of ZIM's *

closes #460
2017-10-25 13:49:30 -04:00
A Holt
62dfcc1afd Merge pull request #461 from holta/master
2-common -> Install common packages: add ntfs-3g as pkg #26
2017-10-25 13:13:32 -04:00
A Holt
b5326941d0 kiwix 2017-10-11-> 2017-10-25 2017-10-25 12:36:32 -04:00
Arky
51689263bc Add PR template and Bug template
Adding PR template and Bug template under .github directory. These files will be picked up the github.com interface.  Fixes #390 #391
2017-10-25 21:52:08 +07:00
A Holt
0bccaf4903 Rename yum-deprecated.yml to yum-historical.yml 2017-10-24 20:02:54 -04:00
A Holt
0d1e4a1dd3 Install common packages: add ntfs-3g as 26th pkg 2017-10-24 20:00:48 -04:00
A Holt
980635332f Rename yum.yml to yum-deprecated.yml 2017-10-24 19:55:15 -04:00
A Holt
fdf2cca181 Merge pull request #19 from iiab/master
sync from iiab/iiab
2017-10-24 19:53:57 -04:00
A Holt
29b2737082 Merge pull request #453 from jvonau/osm-cgi
Proposed fix for OSM issue #448
2017-10-24 13:01:12 -04:00
Jerry Vonau
e230aeaaaf tighten up regexp 2017-10-23 21:57:51 -05:00
Jerry Vonau
b0fb07c650 python needs single quotes for variables 2017-10-23 20:24:58 -05:00
Jerry Vonau
b0fb67af9d Proposed fix for issue #448
Might need full path ie {{ osm_path }} in place of {{ osm_venv }}
With the push by the distros to python3 we took the step to use virtual
environments to better contain python 2.7 based programs.
2017-10-23 14:15:08 -05:00
A Holt
a23c72fe70 Merge pull request #378 from jvonau/home-page
Home page setting: http://box to WordPress etc?
2017-10-23 11:46:47 -04:00
georgejhunt
a954bb8e4b Merge pull request #450 from arky/contributor-doc
Adding offline contribution guidelines for new developers
2017-10-23 11:21:57 -04:00
A Holt
1f1fb51461 Rename LICENSE to LICENSE.md 2017-10-23 11:19:19 -04:00
georgejhunt
c17443178f Merge pull request #319 from jvonau/centos-firsboot
testing changes for CentOS testing
2017-10-23 10:33:24 -04:00
Jerry Vonau
95d5e73133 testing changes 2017-10-23 09:27:55 -05:00
georgejhunt
fe41f4caf4 Merge pull request #451 from georgejhunt/ansiblebug
work around for bug
2017-10-23 10:26:42 -04:00
George Hunt
1408d9f4eb work around for bug 2017-10-23 02:29:22 -07:00
Arky
2875b784d9 Adding Contribution guidelines for new developers
These contribution guidelines are available offline for new developers. They are also shown in the github user interface as a link while submitting new bugs. 

Refer : https://help.github.com/articles/setting-guidelines-for-repository-contributors/
2017-10-23 15:08:59 +07:00
A Holt
f2bef46d9f Merge pull request #447 from holta/master
sync from community's latest http://wiki.laptop.org/go/IIAB/local_var
2017-10-22 12:20:37 -04:00
A Holt
b1d7f0da24 sync from community's latest http://wiki.laptop.org/go/IIAB/local_vars.yml 2017-10-22 12:16:00 -04:00
A Holt
87a909c7fc Merge pull request #443 from holta/master
3-BASE -> 3-BASE-SERVER consistent w/ local_vars.yml etc
2017-10-22 05:34:23 -04:00
A Holt
c6b3cc0104 3-BASE -> 3-BASE-SERVER consistent w/ local_vars.yml etc 2017-10-22 05:32:41 -04:00