summaryrefslogtreecommitdiffstats
path: root/ansible/roles/firewall/molecule/default/molecule.yml
blob: 2c64d41a394129311ab380efa954cda2508d2d80 (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
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint .
  flake8
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
verifier:
  name: testinfra
  options:
    verbose: true