initial commit
This commit is contained in:
33
meta/main.yml
Normal file
33
meta/main.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
galaxy_info:
|
||||
author: Matthew Stobbs <matthew@stobbs.ca>
|
||||
description: Install packages for different operating systems
|
||||
|
||||
# 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
|
||||
license: MIT
|
||||
|
||||
min_ansible_version: 3.0
|
||||
|
||||
platforms:
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- 40+
|
||||
- name: Enterprise Linux 9 (RHEL, rocky alma)
|
||||
versions:
|
||||
- 9.4
|
||||
- 9.5
|
||||
- name: macOS
|
||||
version:
|
||||
- 14.2+
|
||||
|
||||
galaxy_tags:
|
||||
- linux
|
||||
- install
|
||||
- package
|
||||
- software
|
||||
|
||||
dependencies: []
|
||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||
# if you add dependencies to this list.
|
||||
Reference in New Issue
Block a user