diff options
Diffstat (limited to 'molecule/features/host_vars')
-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 | ||