21 lines
725 B
YAML
21 lines
725 B
YAML
---
|
|
|
|
argument_specs:
|
|
|
|
main:
|
|
version_added: "0.0.1"
|
|
short_description: Install and configure the Redis fork I(KeyDB).
|
|
description:
|
|
- Install and configure the Redis fork I(KeyDB) using their upstream repository.
|
|
- "Execution of this role can be limited using the following tags:"
|
|
- "C(role::keydb:install): Install keydb packages."
|
|
- "C(role::keydb:config): Render the keydb configuration file."
|
|
- "C(role::keydb): Apply all of the above."
|
|
author: s3lph
|
|
options:
|
|
php_version:
|
|
description:
|
|
- The installed PHP version.
|
|
- Required to restart C(php-fpm) after adding C(www-data) to the C(keydb) group.
|
|
type: str
|
|
default: "8.2"
|