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

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: []