initial commit of common Ansible and role template

Change-Id: I73b59340d2481c1c6b7e7c5806d4f5bc5a60ab26
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..9ee1e9a
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,10 @@
+; SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+; SPDX-License-Identifier: Apache-2.0
+[defaults]
+
+; paths
+collections_paths = ./
+roles_path = ./roles
+
+; don't use cowsay
+nocows = True