Repos with recipes to deploy some infrastructure services
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- ---
-
- language: python
- python: 2.7
-
- sudo: required
-
- # Enable the docker service
- services:
- - docker
-
- # Parallel testing of the supported
- # Ansible versions
- env:
- matrix:
- - ANSIBLE=2.5
- - ANSIBLE=2.6
- - ANSIBLE=2.7
-
- # Install tox
- install:
- - pip install tox-travis
-
- # Test the current PowerDNS Recursor stable release
- script:
- - tox -- molecule test -s pdns-rec-41
-
- notifications:
- webhooks: https://galaxy.ansible.com/api/v1/notifications/
|