You've already forked ansible-role-rspamd
Initial Commit
This commit is contained in:
6
templates/etc/rspamd/local.d/blocklist_ips.map.j2
Normal file
6
templates/etc/rspamd/local.d/blocklist_ips.map.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
{% for item in rspamd_acl_blocklist_ips %}
|
||||
{{ item.ip }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user