21 lines
294 B
YAML
21 lines
294 B
YAML
|
---
|
||
|
dependency:
|
||
|
name: galaxy
|
||
|
driver:
|
||
|
name: docker
|
||
|
lint:
|
||
|
name: yamllint
|
||
|
platforms:
|
||
|
- name: instance
|
||
|
image: centos:${TEST_CENTOS_VERSION}
|
||
|
provisioner:
|
||
|
name: ansible
|
||
|
lint:
|
||
|
name: ansible-lint
|
||
|
scenario:
|
||
|
name: ansible-galaxy
|
||
|
verifier:
|
||
|
name: testinfra
|
||
|
lint:
|
||
|
name: flake8
|