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/host_vars/instance-features.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/host_vars/instance-features.yml')
-rw-r--r-- | molecule/features/host_vars/instance-features.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/molecule/features/host_vars/instance-features.yml b/molecule/features/host_vars/instance-features.yml new file mode 100644 index 0000000..fe33d25 --- /dev/null +++ b/molecule/features/host_vars/instance-features.yml | |||
@@ -0,0 +1,11 @@ | |||
1 | netdata_installer: kickstart-static64 | ||
2 | netdata_extra_config: | ||
3 | - name: test user | ||
4 | extra_groups: | ||
5 | - fakegroup | ||
6 | read_files: | ||
7 | - /etc/fakefile.conf | ||
8 | pip_dependencies: | ||
9 | - test-pip-install | ||
10 | apt_dependencies: | ||
11 | - hxtools | ||