23 lines
444 B
YAML
23 lines
444 B
YAML
sudo: required
|
|
language: ruby
|
|
|
|
env:
|
|
- ANSIBLE_VERSION=2.2.3.0
|
|
- ANSIBLE_VERSION=2.3.3.0
|
|
- ANSIBLE_VERSION=2.4.6.0
|
|
- ANSIBLE_VERSION=2.5.7.0
|
|
- ANSIBLE_VERSION=2.6.2.0
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
script:
|
|
- kitchen conv fail2ban-debian-9
|
|
- kitchen conv fail2ban-debian-9 | grep changed=0
|
|
- kitchen verify fail2ban-debian-9
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|