feat(valkey): added new basic valkey role
This commit is contained in:
parent
bccc729cd6
commit
68a0e385c2
17 changed files with 380 additions and 0 deletions
|
@ -57,3 +57,13 @@
|
|||
apply:
|
||||
tags: [deluge]
|
||||
tags: [deluge]
|
||||
|
||||
- name: setup valkey instances
|
||||
hosts: external:&valkey
|
||||
tasks:
|
||||
- name: include valkey role
|
||||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.valkey
|
||||
apply:
|
||||
tags: [valkey]
|
||||
tags: [valkey]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue