aboutsummaryrefslogtreecommitdiff
path: root/galaxy.yml
blob: 5ebf08cc94233e2412eeb200e3950dc4de729669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
namespace: kompetenzbolzen
name: stuff
version: 0.19.2
readme: README.md
authors:
- Jonas Gunz <himself@jonasgunz.de>
- Konstantin Grabmann <grbmn@kstn.in>

description: Collections of Ansible roles I use
license_file: 'LICENSE'
tags:
  - certificates
  - webserver
  - database

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
  community.general: '>=3.6.0'
  community.crypto: '>=1.8.0'
#build_ignore: []