forked from claranet/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
43 lines (36 loc) · 792 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
namespace: claranet
name: server
version: 1.0.1
description: Ansible collection for Databases and server software
authors:
- Ivan Andreev <[email protected]>
- Jérôme Respaut <[email protected]>
tags:
- linux
- server
- monitoring
- database
- postgresql
- mongodb
- redis
- nxserver
- cloudflare
- netdata
- tor
- vpn
- dante
- ziproxy
# https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification
# namespace.name: version_range
dependencies: {}
repository: https://github.com/claranet/server
documentation: https://github.com/claranet/server
homepage: https://github.com/claranet/server
issues: https://github.com/claranet/server/issues
readme: README.md
license: MIT
build_ignore:
- '*.pyc'
- '*.tar'
...