multi-clustering blacklist

This commit is contained in:
2023-03-12 22:36:59 +01:00
parent 69d9f5309d
commit 0bde1ce7c4
6 changed files with 63 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
{% for host in ip_exclude_blacklist %}
{{ host }}
{% endfor %}

View File

@@ -0,0 +1,3 @@
{% for host in ip_sender_blacklist %}
{{ host }}
{% endfor %}

View File

@@ -0,0 +1 @@
{{ ssh_port_blacklist }}

View File

@@ -1,3 +1,3 @@
{% for host in virtualhosts %}
{{ host }}
{{ host }}
{% endfor %}