Initial commit of proxmox role

Change-Id: I967ab102ae254db1c40627188eba0288daca491c
diff --git a/meta/main.yml b/meta/main.yml
new file mode 100644
index 0000000..f6fa774
--- /dev/null
+++ b/meta/main.yml
@@ -0,0 +1,29 @@
+---
+# proxmox meta/main.yml
+#
+# SPDX-FileCopyrightText: © 2022 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+galaxy_info:
+  role_name: proxmox
+  namespace: onf
+
+  author: Open Networking Foundation
+  description: Proxmox install on top of Debian 11
+  company: Open Networking Foundation
+
+  issue_tracker_url: https://jira.opennetworking.org/
+
+  license: Apache-2.0
+
+  min_ansible_version: 2.9.5
+
+  platforms:
+    - name: Debian
+      versions:
+        - "11"
+
+  galaxy_tags:
+    - proxmox
+
+dependencies: []