21 lines
379 B
YAML
21 lines
379 B
YAML
# SPDX-License-Identifier: MIT
|
|
---
|
|
galaxy_info:
|
|
author: John Doe <jdoe@corp.com>
|
|
description: Basic template for Linux system roles
|
|
company: John Doe, Inc.
|
|
license: MIT
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: EL
|
|
versions:
|
|
- "9"
|
|
galaxy_tags:
|
|
- el9
|
|
- el10
|
|
- fedora
|
|
dependencies: []
|