1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_rspamd.git synced 2024-08-16 17:09:51 +02:00

add redis

This commit is contained in:
L3D 2021-01-26 00:56:16 +01:00
parent 5920e18555
commit 8cd00a9a67
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 10 additions and 1 deletions

View file

@ -11,3 +11,6 @@
- name: rspamd dkim signing
include_tasks: dkim.yml
- name: redis backend
include_tasks: redis.yml

6
tasks/redis.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: install redis backend
become: true
apt:
name: redis
state: present

View file

@ -1,6 +1,6 @@
---
# versionscheck
playbook_version_number: 7 # should be a integer
playbook_version_number: 8 # should be a integer
playbook_version_path: 'do1jlr.rspamd.version'
# https://github.com/ansible/ansible/issues/36129