test: add gitlab-ci
This commit is contained in:
parent
ff4b88063e
commit
c6f6fd0b17
3 changed files with 13 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
image: nishiki/molecule:docker
|
||||
|
||||
before_script:
|
||||
- molecule --version
|
||||
|
||||
molecule:
|
||||
stage: test
|
||||
script:
|
||||
- molecule test
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
galaxy_info:
|
||||
role_name: influxdb
|
||||
namespace: nishiki
|
||||
author: Adrien Waksberg
|
||||
company: Adrien Waksberg
|
||||
description: Install and configure InfluxDB
|
||||
|
|
|
@ -24,3 +24,5 @@ lint: |
|
|||
ansible-lint .
|
||||
verifier:
|
||||
name: testinfra
|
||||
options:
|
||||
connection: podman
|
||||
|
|
Loading…
Reference in a new issue