Init Commit of Node Exporter

Change-Id: I2f9fe93cba5b7feb2752c2bd753b8d9bcab5a932
diff --git a/vars/Debian.yml b/vars/Debian.yml
new file mode 100644
index 0000000..cd8ce53
--- /dev/null
+++ b/vars/Debian.yml
@@ -0,0 +1,11 @@
+---
+# node_exporter vars/Debian.yml
+#
+# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+#
+# NOTE: Only put platform/OS-specific variables in this file.
+# Put all other variables in the 'defaults/main.yml' file.
+
+# shell used by the node_exporter user (non-interactive)
+node_exporter_shell: "/usr/sbin/nologin"