blob: b978b60101e3a4286709f6e43be6880845ff62a3 [file] [log] [blame]
Mohammed Naser4569e9b2024-07-19 01:08:18 -04001# Copyright (c) 2024 VEXXHOST, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4galaxy_info:
5 author: VEXXHOST, Inc.
6 description: Ansible role for Goldpinger
7 license: Apache-2.0
8 min_ansible_version: 5.5.0
9 standalone: false
10 platforms:
11 - name: EL
12 versions:
13 - "8"
14 - "9"
15 - name: Ubuntu
16 versions:
17 - focal
18 - jammy
19
20dependencies:
21 - role: defaults
22 - role: vexxhost.kubernetes.upload_helm_chart
23 vars:
24 upload_helm_chart_src: "{{ goldpinger_helm_chart_path }}"
25 upload_helm_chart_dest: "{{ goldpinger_helm_chart_ref }}"