Gather facts
This commit is contained in:
@ -32,7 +32,7 @@ block_ip = [
|
||||
|
||||
pass_ip = [
|
||||
{% for host in groups['monitoring'] %}
|
||||
'{{ hostvars[host].ansible_host }}', # Monitoring
|
||||
'{{ hostvars[host].ansible_default_ipv4.address }}', # Monitoring
|
||||
{% endfor %}
|
||||
# '192.168.0.0/16', # IPv4 private network
|
||||
# 'fe80::/10' # IPv6 linklocal / wins over botdetection.ip_limit.filter_link_local
|
||||
|
Reference in New Issue
Block a user