1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
Commit graph

11 commits

Author SHA1 Message Date
root
efd62be606 Try roles/www_back_end in Stage 3 & roles/www_front_end in Stage 4 2020-02-12 20:53:36 -05:00
root
8ae9e0a9fd Another typo in tests/test.yml 2020-02-12 07:55:33 -05:00
root
3f1b1e23aa Typo in tests/test.yml 2020-02-12 07:52:13 -05:00
root
14e085d91f cham isn't ready for tests/test.yml 2020-02-12 07:49:22 -05:00
root
b07bb5d3db Add 15 roles & Subtract 1: tests/test.yml 2020-02-12 07:45:04 -05:00
root
814efd5a02 Mostly var cleanup across ~80 files 2020-01-30 04:00:00 -05:00
root
07904bc515 Sync up unmaintained-roles.txt with tests/test.yml 2020-01-24 02:36:55 -05:00
A Holt
719a1df13d
Update test.yml 2018-11-04 01:14:53 -04:00
A Holt
7fdc510e44
Update test.yml 2018-10-17 14:53:26 -04:00
Arky
51d4efe4f1 Refactor tests/test.yml
Add all maintained roles to test.yml
Improve formatting
Remove Comments
2018-10-18 01:08:29 +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