initial commit of common Ansible and role template

Change-Id: I73b59340d2481c1c6b7e7c5806d4f5bc5a60ab26
diff --git a/galaxy.yml b/galaxy.yml
new file mode 100644
index 0000000..6085673
--- /dev/null
+++ b/galaxy.yml
@@ -0,0 +1,8 @@
+---
+# external Ansible collections and roles we depend on
+# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+collections:
+  - name: "netbox.netbox"
+    version: "1.0.2"