blob: eba71bf3d6fccdf87ac35fdd3243cec7ff47fab7 (
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.13.0
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: []
|