Initial commit of users role

Change-Id: I808c990019b059e0a412986d9b4c010689255581
diff --git a/vars/Debian.yml b/vars/Debian.yml
new file mode 100644
index 0000000..5bed69b
--- /dev/null
+++ b/vars/Debian.yml
@@ -0,0 +1,12 @@
+---
+# users vars/Debian.yml
+#
+# SPDX-FileCopyrightText: © 2020 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.
+
+users_os_sudoers_group: "sudo"
+
+users_os_pw_type: "sha512crypt"