deploy valkey
This commit is contained in:
parent
f11c8c5c5b
commit
bcce77bcbc
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
ansible.builtin.package:
|
||||
name:
|
||||
- nextcloud
|
||||
- php-legacy-apcu
|
||||
- php-legacy-sodium
|
||||
- php-legacy-imagick
|
||||
- librsvg
|
||||
|
@ -106,6 +107,11 @@
|
|||
groups: valkey
|
||||
append: yes
|
||||
|
||||
- name: deploy valkey config
|
||||
ansible.builtin.copy:
|
||||
src: files/valkey.conf
|
||||
dest: /etc/valkey/valkey.conf
|
||||
|
||||
- name: ensure valkey is running
|
||||
service:
|
||||
name: valkey
|
||||
|
|
Loading…
Add table
Reference in a new issue