ansible-role-nebula/meta/main.yml
Louis Abel 1be345119f
Startup nebula ansible role
* Provide most options for nebula config
* Provide ability for future modifications to use other distros
* Provide information on usable variables in README
2024-04-18 18:30:15 -07:00

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: []
...