blob: d5216e73537345a4b7d2d88b5e97d358f01baa6f [file] [log] [blame]
Zack Williams5b5d9a72020-11-06 13:59:06 -07001---
2# pxeboot meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
Zack Williams4c06cf62022-02-28 17:42:27 -07008 role_name: pxeboot
Zack Williams92f3c202021-08-24 23:04:47 -07009
Zack Williams5b5d9a72020-11-06 13:59:06 -070010 author: Open Networking Foundation
Zack Williams92f3c202021-08-24 23:04:47 -070011 description: Configures a webserver with iPXE related boot scripts and images
Zack Williams5b5d9a72020-11-06 13:59:06 -070012 company: Open Networking Foundation
13
14 issue_tracker_url: https://jira.opennetworking.org/
15
16 license: Apache-2.0
17
Zack Williams92f3c202021-08-24 23:04:47 -070018 min_ansible_version: 2.10.17
Zack Williams5b5d9a72020-11-06 13:59:06 -070019
20 platforms:
Zack Williams92f3c202021-08-24 23:04:47 -070021 - name: ubuntu
Zack Williams5b5d9a72020-11-06 13:59:06 -070022 versions:
Zack Williams92f3c202021-08-24 23:04:47 -070023 - bionic
24 - name: Debian
25 versions:
26 - bullseye
Zack Williams5b5d9a72020-11-06 13:59:06 -070027
28 galaxy_tags:
29 - pxeboot
Zack Williams92f3c202021-08-24 23:04:47 -070030 - ipxe
Zack Williams5b5d9a72020-11-06 13:59:06 -070031
32dependencies: []