feat(ci): Add basic ansible-test-ci

This commit is contained in:
Jadyn Emma Jaeger 2022-08-24 14:57:16 +02:00
parent 7ce8425d13
commit 0844590c6f
No known key found for this signature in database
GPG key ID: 632410170049FDDA
9 changed files with 16 additions and 5 deletions

8
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,8 @@
---
include:
- project: 'famedly/company/devops/templates/ci-cd'
ref: 'ansible-v2'
file: '/ansible.yml'
stages:
- test

View file

@ -15,4 +15,3 @@ ktra_container_labels: {}
ktra_container_ports:
- 8000:8000
ktra_container_volumes: []

View file

@ -57,5 +57,3 @@
command:
- "-c"
- "/opt/ktra/config.toml"

View file

@ -17,4 +17,3 @@ galaxy_info:
galaxy_tags: []
dependencies: []

View file

@ -43,4 +43,3 @@
volumes:
- "{{ murmur_base_path }}:{{ murmur_base_path }}"
become: true

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd ../../
while read -r line; do
find plugins -name "*.py" ! -path "plugins/module_utils/*" | xargs -I {} -n 1 printf "{} $line\n"
done <"tests/sanity/ignore.template"

View file

@ -0,0 +1 @@
roles/zammad/templates/zammad-docker.j2 shebang

View file

@ -0,0 +1 @@
roles/zammad/templates/zammad-docker.j2 shebang

View file

@ -0,0 +1 @@
validate-modules:missing-gplv3-license # ignore license check