Initial commit

This commit is contained in:
Richard Megginson
2024-10-22 10:07:09 -06:00
committed by GitHub
commit e898442752
63 changed files with 2164 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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: []