homeserver/Archiv/ReverseProxy-nginx/hispanico.nginx-revproxy/.travis.yml
Quotengrote e7be0f64f4
Playbooks, Roles und vars für ReverseProxy in Archiv (#51)
Inventorie-Einträge gelöscht
... durch Traefik ersetzt
2020-10-18 19:31:27 +02:00

32 lines
629 B
YAML

---
os: linux
language: python
services: docker
env:
global:
- ROLE_NAME: nginx-revproxy
jobs:
# - MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: debian9
- MOLECULE_DISTRO: debian10
install:
# Install test dependencies.
- pip install molecule docker
before_script:
# Use actual Ansible Galaxy role name for the project directory.
- cd ../
- mv ansible-$ROLE_NAME hispanico.$ROLE_NAME
- cd hispanico.$ROLE_NAME
script:
# Run tests.
- molecule test
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/