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
|
||||
hosts: all
|
||||
roles:
|
||||
- postgresql
|
||||
- ansible-role-postgresql
|
||||
vars:
|
||||
postgresql_use_official_repository: true
|
||||
postgresql_primary: true
|
||||
|
|
Loading…
Reference in a new issue