Samuli Silvius | fef434d | 2019-03-20 16:14:55 +0200 | [diff] [blame] | 1 | --- |
2 | dependency: | ||||
3 | name: galaxy | ||||
4 | driver: | ||||
5 | name: docker | ||||
6 | lint: | ||||
7 | name: yamllint | ||||
8 | platforms: | ||||
9 | - name: instance | ||||
10 | image: ${PLATFORM_DISTRO:-centos}:${DISTRO_VERSION:-7} | ||||
11 | provisioner: | ||||
12 | name: ansible | ||||
13 | lint: | ||||
14 | name: ansible-lint | ||||
15 | scenario: | ||||
16 | name: default | ||||
17 | verifier: | ||||
18 | name: testinfra | ||||
19 | lint: | ||||
20 | name: flake8 |