feat: initial commit
This commit is contained in:
commit
0830507cf7
20 changed files with 459 additions and 0 deletions
25
meta/main.yaml
Normal file
25
meta/main.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
galaxy_info:
|
||||
role_name: "zabbix_agent"
|
||||
author: "Nobody"
|
||||
description: "Installs and configures the Zabbix Agent(2)"
|
||||
namespace: "sharedcloudservices"
|
||||
company: "Shared Cloud Services"
|
||||
license: "SCS"
|
||||
min_ansible_version: "2.16"
|
||||
platforms:
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- "bookworm"
|
||||
|
||||
- name: "SLES"
|
||||
versions:
|
||||
- "15"
|
||||
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- "jammy"
|
||||
- "noble"
|
||||
|
||||
dependencies:
|
||||
- "community.general"
|
||||
Loading…
Add table
Add a link
Reference in a new issue