You've already forked ansible-role-rspamd
Initial Commit
This commit is contained in:
9
tasks/redis_create.yaml
Normal file
9
tasks/redis_create.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: "Create redis.conf"
|
||||
ansible.builtin.template:
|
||||
src: etc/rspamd/local.d/redis.conf.j2
|
||||
dest: "{{ rspamd_local_d_dir }}/redis.conf"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
Reference in New Issue
Block a user