2024-10-28 20:28:14 +01:00
|
|
|
namespace: finallycoffee
|
|
|
|
name: databases
|
2025-01-05 17:46:02 +01:00
|
|
|
version: 0.1.2
|
2024-10-28 20:28:14 +01:00
|
|
|
readme: README.md
|
|
|
|
authors:
|
|
|
|
- transcaffeine <transcaffeine@finally.coffee>
|
|
|
|
description: Collection for deploying and configuring databases
|
|
|
|
dependencies:
|
2025-01-05 17:46:02 +01:00
|
|
|
"community.docker": "^4.0.0"
|
|
|
|
"community.postgresql": "^3.9.0"
|
2024-10-28 20:28:14 +01:00
|
|
|
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
|
2024-10-30 12:21:51 +01:00
|
|
|
- redis
|
2024-10-28 20:28:14 +01:00
|
|
|
- mariadb
|
2024-11-14 18:38:38 +01:00
|
|
|
- postgresql
|
|
|
|
- postgres
|
2024-11-03 17:28:40 +01:00
|
|
|
- valkey
|
2024-10-28 20:28:14 +01:00
|
|
|
- docker
|