Add the ability to install sudoers file

Change-Id: Ie4edfa60ca0defd9074f84f7ce6bf71b93d95959
diff --git a/templates/users_sudoers.j2 b/templates/users_sudoers.j2
new file mode 100644
index 0000000..3a285b1
--- /dev/null
+++ b/templates/users_sudoers.j2
@@ -0,0 +1,8 @@
+{#
+SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+SPDX-License-Identifier: Apache-2.0
+#}
+# users templates/users_sudoers.j2 - {{ ansible_managed }}
+{% for item in users_sudoers %}
+{{ item }}
+{% endfor %}