Zack Williams | 5b5d9a7 | 2020-11-06 13:59:06 -0700 | [diff] [blame^] | 1 | --- |
| 2 | # pxeboot meta/main.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | galaxy_info: |
| 8 | author: Open Networking Foundation |
| 9 | description: Configures PXE and iPXE related boot scripts |
| 10 | company: Open Networking Foundation |
| 11 | |
| 12 | issue_tracker_url: https://jira.opennetworking.org/ |
| 13 | |
| 14 | license: Apache-2.0 |
| 15 | |
| 16 | min_ansible_version: 2.9.5 |
| 17 | |
| 18 | platforms: |
| 19 | - name: Ubuntu |
| 20 | versions: |
| 21 | - "16.04" |
| 22 | - "18.04" |
| 23 | |
| 24 | galaxy_tags: |
| 25 | - pxeboot |
| 26 | |
| 27 | dependencies: [] |