Commit graph

10 commits

Author SHA1 Message Date
Lars Kaiser
a2f368452c
fix(restic): don't prepend collection name in same collection 2023-10-25 16:17:55 +02:00
Evelyn Alicke
740799de21
feat(rclone_serve): initial implementation
Co-Authored-By: Lars Kaiser <lars@kaiser.yt>
2023-10-25 16:17:52 +02:00
Johanna Dorothea Reichmann
a77bd479ec
feat(restic): add ansible role to run restic in systemd jobs 2023-10-24 15:09:39 +02:00
Sammy
c9c9a3a545
fix(redis): Don't use FQCN for role in playbook
This is neccessary because linting breaks on the GitHub CI environment
when the FQCN is used for a role in the same collection.
2023-09-18 09:11:33 +02:00
Jan Christian Grünhage
12f83dd41c
chore(redis): fix lints in role 2023-02-22 18:35:21 +01:00
Jan Christian Grünhage
a9832aa222
fix: resolve ansible-lint issues 2022-08-29 12:47:58 +02:00
Jan Christian Grünhage
29a473d0ff fix: make linter happier 2022-02-21 20:09:32 +01:00
Johanna Dorothea Reichmann
4d56f25ab2
chore: remove unused, unmaintained playbook 2021-09-07 13:26:38 +02:00
Johanna Dorothea Reichmann
29680902eb feat(redis): new role to deploy a redis container
Adds an ansible role which deploys the redis image from the docker
default library in a container, maps the data directory to the host and
uses a config which instructs redis to use a global password for AUTH.

With `redis_prefix`, a prefix can be specified to isolate multiple
instances on the same host.With a prefix like "matrix_", the user,
container-name and host data-directories get prefixed.
2020-10-09 13:34:39 +02:00
Vincent Wilke
951ca36ae3
feat(postgresql): add postgresql role 2020-09-14 15:40:09 +02:00