Add KeyDB (Redis clone) to configuration

Replaces Redis for PVC >= 0.9.81
This commit is contained in:
2023-11-05 19:22:19 -05:00
parent 2f9603c82f
commit 523f7da71e
4 changed files with 128 additions and 0 deletions

View File

@ -21,6 +21,12 @@
state: restarted
ignore_errors: yes
- name: restart keydb
service:
name: keydb-server
state: restarted
ignore_errors: yes
# Restart services one-at-a-time
# Ideally, this would be accomplished by a serial=1, but Ansible doesn't support that and
# likely never will. Instead, we just run the service restart manually, waiting X seconds