initial commit of common Ansible and role template

Change-Id: I73b59340d2481c1c6b7e7c5806d4f5bc5a60ab26
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3119a73
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+*.html
+*.pyc
+.DS_Store
+__pycache__
+ansible_collections
+cookiecutter/*default*
+roles/*
+venv_onfansible