finallycoffee.databases ansible collection with roles for various databases
Go to file
2025-01-08 17:18:25 +01:00
meta meta: add README, LICENSE and collection metadata 2024-10-28 20:37:59 +01:00
playbooks feat(postgresql): add ansible role for postgresql deployment 2025-01-04 11:04:55 +01:00
roles update(valkey): bump version to 8.0.2 2025-01-08 17:18:25 +01:00
galaxy.yml meta: bump collection version to 0.1.2, require community.docker>=4.0.0, community.postgresql>=3.9.0 2025-01-05 17:46:02 +01:00
LICENSE.md meta: add README, LICENSE and collection metadata 2024-10-28 20:37:59 +01:00
README.md feat(postgresql): add ansible role for postgresql deployment 2025-01-04 11:04:55 +01:00

finallycoffee.databases ansible collection

Roles

  • elasticsearch: deploy elasticsearch (OSS) in a docker container

  • redis: deploy and configure redis, a fast cache, vector search and NoSQL database.

  • mariadb: deploy mariadb in a docker container

  • postgresql: deploy postgresql, the worlds most advances open-source relational database

  • valkey: deploy and configure valkey, an open source in-memory data store under BSD license, forked from redis.