diff --git a/meta/main.yml b/meta/main.yml index 0862691..4f3321c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -53,12 +53,15 @@ galaxy_info: - all - name: EL versions: - - all + - "9" - galaxy_tags: [] + galaxy_tags: + - fedora + - el9 + - el10 # List tags for your role here, one per line. A tag is a keyword that # describes and categorizes the role. Users find roles by searching for tags. - # Be sure to remove the '[]' above, if you add tags to this list. + # tags are also used to list platform/version support. # # NOTE: A tag is limited to a single word comprised of alphanumeric # characters. Maximum 20 tags per role. diff --git a/vars/CentOS_10.yml b/vars/CentOS_10.yml new file mode 100644 index 0000000..7331ad9 --- /dev/null +++ b/vars/CentOS_10.yml @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: MIT +--- +# Put internal variables here with CentOS 10 specific values. + +# Example: +__template_packages: [] +__template_services: [] diff --git a/vars/RedHat_10.yml b/vars/RedHat_10.yml new file mode 100644 index 0000000..c1a73a0 --- /dev/null +++ b/vars/RedHat_10.yml @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: MIT +--- +# Put internal variables here with Red Hat Enterprise Linux 10 specific values. + +# Example: +__template_packages: [] +__template_services: []