Added node-cleanup task of rke2 role

Change-Id: I866180e612da9b75b9c062c62326d236aec82ce2
diff --git a/meta/main.yml b/meta/main.yml
new file mode 100644
index 0000000..d4c61dd
--- /dev/null
+++ b/meta/main.yml
@@ -0,0 +1,26 @@
+---
+# rke2 meta/main.yml
+#
+# SPDX-FileCopyrightText: © 2022 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+galaxy_info:
+  author: Open Networking Foundation
+  description: Rancher Kubernetes Engine2 (RKE2) Configuration
+  company: Open Networking Foundation
+
+  issue_tracker_url: https://jira.opennetworking.org/
+
+  license: Apache-2.0
+
+  min_ansible_version: 2.9.5
+
+  platforms:
+    - name: Ubuntu
+      versions:
+        - "18.04"
+
+  galaxy_tags:
+    - rke2
+
+dependencies: []