aboutsummaryrefslogtreecommitdiffhomepage
path: root/molecule/default/molecule.yml
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-03-01 18:18:24 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-03-01 18:18:24 +0100
commit08e40e4a45d715a367dbd60e3fe89553ce479d2c (patch)
tree6b4e8b57c6b485c83f88e838c71c093a76b7f941 /molecule/default/molecule.yml
downloadansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.tar.gz
ansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.tar.zst
ansible-netdata_straight-08e40e4a45d715a367dbd60e3fe89553ce479d2c.zip
initial import from private repo
Diffstat (limited to 'molecule/default/molecule.yml')
-rw-r--r--molecule/default/molecule.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml
new file mode 100644
index 0000000..82a338d
--- /dev/null
+++ b/molecule/default/molecule.yml
@@ -0,0 +1,27 @@
1---
2dependency:
3 name: galaxy
4driver:
5 name: docker
6lint: |
7 set -e
8 yamllint .
9 ansible-lint
10 flake8
11platforms:
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
20provisioner:
21 name: ansible
22 inventory:
23 host_vars:
24 instance:
25 netdata_installer: ${MOLECULE_NETDATA_INSTALLER:-kickstart}
26verifier:
27 name: ansible