aboutsummaryrefslogtreecommitdiffhomepage
path: root/molecule/default/molecule.yml
blob: 82a338d120dcc76234ae6f3edb349ba8d076c836 (plain) (blame)
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
---
dependency:
  name: galaxy
driver:
  name: docker
lint: |
  set -e
  yamllint .
  ansible-lint
  flake8
platforms:
  - name: instance
    image: jrei/systemd-${MOLECULE_OS:-ubuntu:20.04}
    privileged: true
    command: /lib/systemd/systemd
    tmpfs:
      - /run
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
  name: ansible
  inventory:
    host_vars:
      instance:
        netdata_installer: ${MOLECULE_NETDATA_INSTALLER:-kickstart}
verifier:
  name: ansible