summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/openmanage/roles/idrac_boot/meta/main.yml
blob: 116f8e05a1fae79d80386fd3ad12e3042a154eef (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
galaxy_info:
  role_name: idrac_boot
  author: "Felix Stephen"
  description: Role to configure the boot order settings
  company: Dell Technologies

  license: GPL-3.0-only

  min_ansible_version: "2.13"

  platforms:
    - name: EL
      versions:
        - "9"
        - "8"
    - name: Ubuntu
      versions:
        - jammy
    - name: SLES
      versions:
        - "15SP3"
        - "15SP4"

  galaxy_tags: []

dependencies: []