test: add gitlab-ci

This commit is contained in:
Adrien Waksberg 2022-04-07 11:03:33 +02:00
parent ed742ccae3
commit 7e47131e39
3 changed files with 13 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
---
image: nishiki/molecule:docker
before_script:
- molecule --version
molecule:
stage: test
script:
- molecule test

View file

@ -1,6 +1,7 @@
---
galaxy_info:
role_name: logstash
namespace: nishiki
author: Adrien Waksberg
company: Adrien Waksberg
description: Install and configure logstash

View file

@ -24,3 +24,5 @@ lint: |
ansible-lint .
verifier:
name: testinfra
options:
connection: podman