5001d27 Directory structure for setting up proper ansible roles to configure and run tests

Authored and Committed by Ari LiVigni 7 years ago
44 files changed. 1334 lines added. 0 lines removed.
tests/glib2/playbooks/configure.yml
file added
+6
tests/glib2/playbooks/group_vars/all/global.yml
file added
+2
tests/glib2/playbooks/roles/configure/.travis.yml
file added
+29
tests/glib2/playbooks/roles/configure/README.md
file added
+38
tests/glib2/playbooks/roles/configure/defaults/main.yml
file added
+2
tests/glib2/playbooks/roles/configure/handlers/main.yml
file added
+2
tests/glib2/playbooks/roles/configure/meta/main.yml
file added
+222
tests/glib2/playbooks/roles/configure/tasks/main.yml
file added
+2
tests/glib2/playbooks/roles/configure/tests/inventory
file added
+1
tests/glib2/playbooks/roles/configure/tests/test.yml
file added
+5
tests/glib2/playbooks/roles/configure/vars/main.yml
file added
+2
tests/glib2/playbooks/roles/run_tests/.travis.yml
file added
+29
tests/glib2/playbooks/roles/run_tests/README.md
file added
+38
tests/glib2/playbooks/roles/run_tests/defaults/main.yml
file added
+2
tests/glib2/playbooks/roles/run_tests/files/test-simple
file added
+10
tests/glib2/playbooks/roles/run_tests/handlers/main.yml
file added
+2
tests/glib2/playbooks/roles/run_tests/meta/main.yml
file added
+223
tests/glib2/playbooks/roles/run_tests/tasks/main.yml
file added
+42
tests/glib2/playbooks/roles/run_tests/tests/inventory
file added
+1
tests/glib2/playbooks/roles/run_tests/tests/test.yml
file added
+5
tests/glib2/playbooks/roles/run_tests/vars/main.yml
file added
+2
tests/glib2/playbooks/run_tests.yml
file added
+9
tests/gzip/playbooks/configure.yml
file added
+6
tests/gzip/playbooks/group_vars/all/global.yml
file added
+2
tests/gzip/playbooks/roles/configure/.travis.yml
file added
+29
tests/gzip/playbooks/roles/configure/README.md
file added
+38
tests/gzip/playbooks/roles/configure/defaults/main.yml
file added
+2
tests/gzip/playbooks/roles/configure/handlers/main.yml
file added
+2
tests/gzip/playbooks/roles/configure/meta/main.yml
file added
+222
tests/gzip/playbooks/roles/configure/tasks/main.yml
file added
+2
tests/gzip/playbooks/roles/configure/tests/inventory
file added
+1
tests/gzip/playbooks/roles/configure/tests/test.yml
file added
+5
tests/gzip/playbooks/roles/configure/vars/main.yml
file added
+2
tests/gzip/playbooks/roles/run_tests/.travis.yml
file added
+29
tests/gzip/playbooks/roles/run_tests/README.md
file added
+38
tests/gzip/playbooks/roles/run_tests/defaults/main.yml
file added
+2
tests/gzip/playbooks/roles/run_tests/files/test-simple
file added
+10
tests/gzip/playbooks/roles/run_tests/handlers/main.yml
file added
+2
tests/gzip/playbooks/roles/run_tests/meta/main.yml
file added
+223
tests/gzip/playbooks/roles/run_tests/tasks/main.yml
file added
+30
tests/gzip/playbooks/roles/run_tests/tests/inventory
file added
+1
tests/gzip/playbooks/roles/run_tests/tests/test.yml
file added
+5
tests/gzip/playbooks/roles/run_tests/vars/main.yml
file added
+2
tests/gzip/playbooks/run_tests.yml
file added
+7
    Directory structure for setting up proper ansible roles to configure and run tests