forked from ansible-collections/community.zabbix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
27 lines (27 loc) · 813 Bytes
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
namespace: community
name: zabbix
version: 3.1.2
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
- sky-joker (@sky-joker)
- Werner Dijkerman (@dj-wasabi)
- Troy Ward (@pyrodie18)
- Evgeny Yurchenko (@BGmot)
description: Collection allowing to configure resources in Zabbix monitoring system
license_file: LICENSE
tags:
- monitoring
- zabbix
repository: https://github.com/ansible-collections/community.zabbix.git
documentation: https://github.com/ansible-collections/community.zabbix.git
homepage: https://github.com/ansible-collections/community.zabbix
issues: https://github.com/ansible-collections/community.zabbix/issues
dependencies:
ansible.windows: "*"
ansible.netcommon: ">=3.1.1"
ansible.posix: "*"
community.general: "*"
community.mysql: "*"
community.postgresql: "*"