7 lines
196 B
YAML
7 lines
196 B
YAML
|
---
|
||
|
- name: Deploy and configure valkey
|
||
|
hosts: "{{ valkey_hosts | default('valkey', true) }}"
|
||
|
become: "{{ valkey_become | default(true, true) }}"
|
||
|
roles:
|
||
|
- finallycoffee.databases.valkey
|