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

58 commits

Author SHA1 Message Date
holta
38fd86ac90 2008 var names, output, comments, small bugs 2019-11-28 05:32:00 -06:00
Jerry Vonau
70e7c7c7b5 needs True 2019-11-28 05:26:48 -06:00
Jerry Vonau
42e679a0e8 use lineinfile 2019-11-28 05:26:47 -06:00
Jerry Vonau
63f47bb071 moodle rework and add iiab_installed 2019-11-28 05:26:47 -06:00
Jerry Vonau
8e53b294c0 moodle - group proxypass to apache together 2019-11-28 05:23:14 -06:00
George Hunt
4778ad5e3c checkin 2019-11-28 05:23:13 -06:00
Jerry Vonau
3179a53ed1 python-psycopg2 -> python3-psycopg2 2019-10-31 10:23:13 -05:00
A Holt
48156f0f06
Update main.yml 2019-09-04 21:42:13 -04:00
A Holt
4617e17134
Moodle 3.5.x -> 3.7.x 2019-07-10 16:24:29 -04:00
holta
3a1ccf3638 'when: X' -> 'when: X | bool' for Ansibl 2.8 2019-05-24 18:33:10 -04:00
A Holt
8b546a03bd
Update main.yml 2019-03-05 13:26:09 -05:00
A Holt
9dab41be34
Update main.yml 2019-03-05 13:10:24 -05:00
A Holt
351a46f61d
Update main.yml 2019-02-02 20:14:46 -05:00
A Holt
7ee64466b2
Update main.yml 2019-02-02 19:31:36 -05:00
A Holt
d84a2b9e2a
Update main.yml 2018-10-31 04:06:45 -04:00
A Holt
ce6c22d16e
Update main.yml 2018-10-31 03:10:26 -04:00
A Holt
8900bfd00e
Update main.yml 2018-10-28 14:50:37 -04:00
A Holt
b77edbfadb
Update main.yml 2018-10-28 13:40:23 -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
2baa8a203d
Update main.yml 2018-09-24 12:34:15 -04:00
A Holt
869fc76bd8
Update main.yml 2018-09-23 18:56:34 -04:00
A Holt
edb0526190
Update main.yml 2018-07-17 15:07:28 -04:00
A Holt
0a58c34000
Update main.yml 2018-07-17 15:06:14 -04:00
A Holt
55a8c3de81
git clone master -> MOODLE_35_STABLE 2018-05-14 10:03:37 -04:00
A Holt
ef903488c9
indentation cleanup 2018-05-01 10:50:00 -04:00
A Holt
fbdb19718e
Update main.yml 2018-04-30 19:37:33 -04:00
A Holt
36462bffff
Update moodle_installer 2018-04-30 19:35:22 -04:00
A Holt
638eedd376
Update moodle_installer 2018-04-30 19:33:24 -04:00
A Holt
f264b60172
Update main.yml 2018-04-30 19:19:23 -04:00
A Holt
780a846d51
Update main.yml 2018-04-30 18:51:01 -04:00
A Holt
49c97b1b00
Update moodle_installer 2018-04-30 18:50:09 -04:00
A Holt
72b3b3760d
Update main.yml 2018-04-30 18:44:30 -04:00
A Holt
34bb55d172
Update main.yml 2018-04-30 18:22:31 -04:00
A Holt
a98ad8f4c6
experiment: revert to --adminuser=admin (from Admin) 2018-04-30 17:56:25 -04:00
A Holt
3d6ebc90be
Update main.yml 2018-04-30 17:05:30 -04:00
A Holt
f7a16070a5
Update main.yml 2018-04-30 17:01:26 -04:00
A Holt
930823ae15
moodle_version: 31 -> 35 2018-04-30 16:58:33 -04:00
A Holt
f20f1f308d
--adminuser=admin -> Admin 2018-04-30 16:55:41 -04:00
A Holt
0396d7490d
Update main.yml 2018-04-28 15:50:58 -04:00
A Holt
0e35fcd160
PostgresSQL 10.3+ requires Moodle "encrypt" password 2018-04-28 15:42:50 -04:00
A Holt
f2ca98b058
Update main.yml 2017-12-08 05:37:08 -05:00
A Holt
d3a30e8eb4
Update main.yml 2017-12-08 04:43:40 -05:00
A Holt
c4ca29a203
clarif: php-zip name for Debian 9 or Ubuntu (vs Debian 8) 2017-11-02 02:11:34 -04:00
Jerry Vonau
97b829ebba postgresql 2017-10-27 19:17:45 -05:00
A Holt
b1ec762ffb cleaner Ansible messaging 2017-10-27 10:16:05 -04:00
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
Arky
3abb27bbed Misc Fixes: Clean up whitespace warnings 2017-10-19 13:40:23 +07:00
Arky
16cf3fd136 IIAB Travis CI Testing Implementation #386
This pull request is complete implementation of IIAB Travis CI Testing for synatx errors, code linting and code review. 

Adds: Top level .travis.yml file. Add 'tests' directory with a 'inventory' and 'tests.yml' files. 

Modifies:  roles/moodle/tasks/main.yml to fix ansible-lint parsing problem. 

Modifies: README.md to add Build status button 
This is Git squash of many commits. Please look at individual commit message for the content changes. 

Creating an initial travis testing based on Jeff geerlings testing ansible methodology

https://www.jeffgeerling.com/blog/testing-ansible-roles-travis-ci-github
Adding Ansible-lint, Ansible-review tests to travis


Aded ansible-review for full repo and diff master


Removing ansible-lint install step, it automatically installed by ansible-review

Ansible-review only .yml files in root and  roles, vars, tests folders

Updated comments

Corrected ansible-lint parameters

Removed extranous tab that breaks ansible-lint

Removed a tab character that causes problems with ansible-lint 

See https://github.com/willthames/ansible-lint/issues/166
Fixing Travis Ansible Syntax tests roles path

The ansible roles path had problems due: 
1. Absense of top level global role 'iiab' 
2. Hardcoded paths '/etc/iiab' in ansible.cfg 

Fixing them in a hacky way. :(
Adding Travis Build status to Readme file
2017-10-10 13:12:34 +07:00
georgejhunt
15b0afc03b Phpmoodle (#141)
* treat debian 8-9 differently

* yaml syntax

* tired error

* mbstring moved to php5-cli
2017-07-17 19:48:54 -07:00