meta: add collection metadata
This commit is contained in:
parent
82c709cc8d
commit
ac3b258dff
18
galaxy.yml
Normal file
18
galaxy.yml
Normal file
@ -0,0 +1,18 @@
|
||||
namespace: finallycoffee
|
||||
name: databases
|
||||
version: 0.1.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
description: Collection for deploying and configuring databases
|
||||
dependencies:
|
||||
"community.docker": "^3.0.0"
|
||||
license_file: LICENSE.md
|
||||
build_ignore:
|
||||
- '*.tar.gz'
|
||||
repository: https://git.finally.coffee/finallycoffee/databases
|
||||
issues: https://codeberg.org/finallycoffee/ansible-collection-databases/issues
|
||||
tags:
|
||||
- elasticsearch
|
||||
- mariadb
|
||||
- docker
|
2
meta/runtime.yml
Normal file
2
meta/runtime.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
requires_ansible: ">=2.15"
|
Loading…
Reference in New Issue
Block a user