Mohammed Naser | 4569e9b | 2024-07-19 01:08:18 -0400 | [diff] [blame] | 1 | # Copyright (c) 2024 VEXXHOST, Inc. |
| 2 | # SPDX-License-Identifier: Apache-2.0 |
| 3 | |
| 4 | galaxy_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 | |
| 20 | dependencies: |
| 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 }}" |