Repos with recipes to deploy some infrastructure services
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- ---
-
- 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/
|