[stable/2023.2] Add Goldpinger + node-exporter-full (#1645)
This is an automated cherry-pick of #1640
/assign mnaser
diff --git a/roles/goldpinger/meta/main.yml b/roles/goldpinger/meta/main.yml
new file mode 100644
index 0000000..b978b60
--- /dev/null
+++ b/roles/goldpinger/meta/main.yml
@@ -0,0 +1,25 @@
+# Copyright (c) 2024 VEXXHOST, Inc.
+# SPDX-License-Identifier: Apache-2.0
+
+galaxy_info:
+ author: VEXXHOST, Inc.
+ description: Ansible role for Goldpinger
+ license: Apache-2.0
+ min_ansible_version: 5.5.0
+ standalone: false
+ platforms:
+ - name: EL
+ versions:
+ - "8"
+ - "9"
+ - name: Ubuntu
+ versions:
+ - focal
+ - jammy
+
+dependencies:
+ - role: defaults
+ - role: vexxhost.kubernetes.upload_helm_chart
+ vars:
+ upload_helm_chart_src: "{{ goldpinger_helm_chart_path }}"
+ upload_helm_chart_dest: "{{ goldpinger_helm_chart_ref }}"