mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 02:34:12 -05:00
Creates proper ansible role structure Creates utilities listing and allows for utility menu overrides Splits utilities into efi and pcbios (legacy) so options are hidden if they can't be used. Add package list for debian Split Ubuntu Live version loaders into seperate methods as versions can behave differently.
16 lines
306 B
YAML
16 lines
306 B
YAML
galaxy_info:
|
|
author: Antony Messerli
|
|
description: Installs a self hosted version of netboot.xyz
|
|
license: Apache-2.0
|
|
min_ansible_version: 2.7
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
- name: Centos
|
|
versions:
|
|
- all
|
|
galaxy_tags:
|
|
- system
|
|
dependencies: []
|