test: add gitlab-ci

This commit is contained in:
Adrien Waksberg 2022-02-18 09:21:18 +01:00
parent d07a5fabb9
commit f0297e8c40
2 changed files with 7 additions and 1 deletions

6
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,6 @@
---
molecule:
script:
- molecule test
tags:
- molecule

View file

@ -2,7 +2,7 @@
- name: Converge - name: Converge
hosts: all hosts: all
roles: roles:
- postgresql - ansible-role-postgresql
vars: vars:
postgresql_use_official_repository: true postgresql_use_official_repository: true
postgresql_primary: true postgresql_primary: true