feat(valkey): added new basic valkey role

This commit is contained in:
NaeiKinDus 2025-04-21 00:00:00 +00:00
parent bccc729cd6
commit 68a0e385c2
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
17 changed files with 380 additions and 0 deletions

View file

@ -82,3 +82,9 @@
ansible.builtin.include_role:
name: nullified.infrastructure.deluge
tasks_from: main.yml
- name: Testing valkey role
ansible.builtin.include_role:
name: nullified.infrastructure.valkey
tasks_from: main.yml
- meta: flush_handlers

View file

@ -10,3 +10,5 @@ external_provisioner_source_ips:
- '192.0.0.0/24'
- '192.168.0.0/16'
- '198.18.0.0/15'
security_sysctl_configuration:
'vm.overcommit_memory': 1