2018-05-09 16:19:11 +02:00
|
|
|
---
|
2018-09-28 05:17:50 +02:00
|
|
|
language: python
|
2018-05-09 16:19:11 +02:00
|
|
|
services: docker
|
|
|
|
|
|
|
|
env:
|
2018-09-28 05:17:50 +02:00
|
|
|
global:
|
|
|
|
- ROLE_NAME: kubernetes
|
|
|
|
matrix:
|
|
|
|
- MOLECULE_DISTRO: centos7
|
2018-10-23 17:18:09 +02:00
|
|
|
- MOLECULE_DISTRO: ubuntu1804
|
2018-09-28 05:17:50 +02:00
|
|
|
- MOLECULE_DISTRO: debian9
|
2019-07-08 05:29:37 +02:00
|
|
|
- MOLECULE_DISTRO: debian10
|
2018-05-09 16:19:11 +02:00
|
|
|
|
2018-09-28 05:17:50 +02:00
|
|
|
install:
|
|
|
|
# Install test dependencies.
|
|
|
|
- pip install molecule docker
|
2018-05-09 16:19:11 +02:00
|
|
|
|
2018-09-28 05:17:50 +02:00
|
|
|
before_script:
|
|
|
|
# Use actual Ansible Galaxy role name for the project directory.
|
|
|
|
- cd ../
|
|
|
|
- mv ansible-role-$ROLE_NAME geerlingguy.$ROLE_NAME
|
|
|
|
- cd geerlingguy.$ROLE_NAME
|
2018-05-09 16:19:11 +02:00
|
|
|
|
2018-09-28 05:17:50 +02:00
|
|
|
script:
|
2018-05-09 16:19:11 +02:00
|
|
|
# Run tests.
|
2018-09-28 05:17:50 +02:00
|
|
|
- molecule test
|
2018-05-09 16:19:11 +02:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|