blob: 2872690ea455e7757505eebbdb969ff78d8c87e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
galaxy_info:
role_name: powerflex_webui
author: Trisha Datta
namespace: dellemc
description: Role to manage the installation and uninstallation of Powerflex WebUI.
company: Dell Technologies
license: GPL-3.0-only
min_ansible_version: "2.14.0"
platforms:
- name: EL
versions:
- "9"
- "8"
- name: Ubuntu
versions:
- jammy
- name: SLES
versions:
- "15SP3"
- "15SP4"
galaxy_tags: []
dependencies:
- role: powerflex_common
|