ansible_home

A collection of Ansible roles for home free software self-hosting.

View on GitHub

Valkey Ansible Role

Description

This role installs a Valkey in memory data store.

Features

Configuration:

Security:

Dependencies

None

Variables

Optional

Name Default Value Description
valkey_log_level "warning" Valkey log level in the journal.
valkey_user   If specified, allow this Unix user to access to Valkey.

Example Playbook

---
- hosts: all
  become: true
  collections:
    - jgoutin.home
  roles:
    - valkey