Repos with recipes to deploy some infrastructure services
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- ---
-
- 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/
|