Repos with recipes to deploy some infrastructure services
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- 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/
|