diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..c8ab67e --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,17 @@ +--- +galaxy_info: + role_name: ansible-icinga2-rpminstall + namespace: Garbaye + author: gitouche + description: "Install Icinga2 from RPM on RHEL8 and RHEL9" + min_ansible_version: 2.4 + license: Apache + platforms: + - name: EL + versions: + - 8 + - 9 + tags: + - icinga2 + - system + - monitoring