diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-03 10:33:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 10:33:24 +0100 |
commit | 9f55450f44645d9479bdbb2b9209c566f26e4d10 (patch) | |
tree | 80131ed79f1b6233db736dfc223d7dfa2de73207 /molecule/features/molecule.yml | |
parent | d533407af1f4e5d55bb778fabf4b9b0d9bb1ed56 (diff) | |
parent | ffadb834d15c8bff62cb4133d5b5156e5dfef55b (diff) | |
download | ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.tar.gz ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.tar.zst ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.zip |
Merge pull request #2 from fretlink/add_config
Add configuration for sensors
Diffstat (limited to 'molecule/features/molecule.yml')
-rw-r--r-- | molecule/features/molecule.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/molecule/features/molecule.yml b/molecule/features/molecule.yml new file mode 100644 index 0000000..ae3d948 --- /dev/null +++ b/molecule/features/molecule.yml | |||
@@ -0,0 +1,21 @@ | |||
1 | --- | ||
2 | dependency: | ||
3 | name: galaxy | ||
4 | driver: | ||
5 | name: docker | ||
6 | platforms: | ||
7 | - name: instance-features | ||
8 | image: jrei/systemd-ubuntu:20.04 | ||
9 | privileged: true | ||
10 | command: /lib/systemd/systemd | ||
11 | tmpfs: | ||
12 | - /run | ||
13 | volumes: | ||
14 | - /sys/fs/cgroup:/sys/fs/cgroup:ro | ||
15 | provisioner: | ||
16 | name: ansible | ||
17 | inventory: | ||
18 | links: | ||
19 | host_vars: host_vars/ | ||
20 | verifier: | ||
21 | name: ansible | ||