]> git.immae.eu Git - github/fretlink/ansible-netdata_straight.git/blob - molecule/default/molecule.yml
initial import from private repo
[github/fretlink/ansible-netdata_straight.git] / molecule / default / molecule.yml
1 ---
2 dependency:
3 name: galaxy
4 driver:
5 name: docker
6 lint: |
7 set -e
8 yamllint .
9 ansible-lint
10 flake8
11 platforms:
12 - name: instance
13 image: jrei/systemd-${MOLECULE_OS:-ubuntu:20.04}
14 privileged: true
15 command: /lib/systemd/systemd
16 tmpfs:
17 - /run
18 volumes:
19 - /sys/fs/cgroup:/sys/fs/cgroup:ro
20 provisioner:
21 name: ansible
22 inventory:
23 host_vars:
24 instance:
25 netdata_installer: ${MOLECULE_NETDATA_INSTALLER:-kickstart}
26 verifier:
27 name: ansible