blob: 81ace9cec94d60c92267de07dedd5c498feb0a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
platforms:
- name: centos7
image: couchbase/centos7-systemd
privileged: true
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: ubuntu18
image: solita/ubuntu-systemd:18.04
command: /sbin/init
privileged: true
volumes:
- /lib/modules:/lib/modules:ro
provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../test/roles
lint:
name: ansible-lint
verifier:
name: testinfra
options:
verbose: true
lint:
name: flake8
|