test: add gitlab-ci
This commit is contained in:
parent
d07a5fabb9
commit
f0297e8c40
2 changed files with 7 additions and 1 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
molecule:
|
||||||
|
script:
|
||||||
|
- molecule test
|
||||||
|
tags:
|
||||||
|
- molecule
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue