Louis Abel
1be345119f
* Provide most options for nebula config * Provide ability for future modifications to use other distros * Provide information on usable variables in README
36 lines
777 B
YAML
36 lines
777 B
YAML
---
|
|
galaxy_info:
|
|
namespace: rockylinux
|
|
role_name: nebula
|
|
author: Louis Abel
|
|
description: Nebula Role for RESF Infrastructure
|
|
company: Rocky Enterprise Software Foundation
|
|
|
|
# If the issue tracker for your role is not on github, uncomment the
|
|
# next line and provide a value
|
|
# issue_tracker_url: http://example.com/issue/tracker
|
|
|
|
# Choose a valid license ID from https://spdx.org - some suggested licenses:
|
|
# - BSD-3-Clause (default)
|
|
# - MIT
|
|
# - GPL-2.0-or-later
|
|
# - GPL-3.0-only
|
|
# - Apache-2.0
|
|
# - CC-BY-4.0
|
|
license: GPL-3.0-only
|
|
min_ansible_version: 2.14
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 8
|
|
- 9
|
|
- 10
|
|
- name: Fedora
|
|
versions:
|
|
- 40
|
|
- 41
|
|
galaxy_tags:
|
|
- vpn
|
|
dependencies: []
|
|
...
|