Repos with recipes to deploy some infrastructure services
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- ---
-
- language: python
- python: 2.7
-
- sudo: required
-
- # Enable the docker service
- services:
- - docker
-
- # Parallel testing of the supported
- # Ansible versions
- env:
- matrix:
- - ANSIBLE=2.2
- - ANSIBLE=2.3
- - ANSIBLE=2.4
- - ANSIBLE=2.5
-
- # Install tox
- install:
- - pip install tox-travis
-
- # Test the current PowerDNS Authoritative Server stable release
- script:
- - tox -- molecule test -s pdns-41
-
- notifications:
- webhooks: https://galaxy.ansible.com/api/v1/notifications/
|