Initial devtools commit

Change-Id: Ia7b7afa7c5b310edfdb612c77fae49830a7bf5e7
diff --git a/meta/main.yml b/meta/main.yml
new file mode 100644
index 0000000..b4c3201
--- /dev/null
+++ b/meta/main.yml
@@ -0,0 +1,32 @@
+---
+# devtools meta/main.yml
+#
+# SPDX-FileCopyrightText: 2022 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+galaxy_info:
+  role_name: devtools
+  namespace: onf
+
+  author: Open Networking Foundation
+  description: Installs tools for development on CI systems
+  company: Open Networking Foundation
+
+  issue_tracker_url: https://jira.opennetworking.org/
+
+  license: Apache-2.0
+
+  min_ansible_version: 2.10.7
+
+  platforms:
+    - name: Ubuntu
+      versions:
+        - bionic
+    - name: Debian
+      versions:
+        - bullseye
+
+  galaxy_tags:
+    - devtools
+
+dependencies: []