Monitoring: Limiter config
This commit is contained in:
parent
7676da010b
commit
b9c38e4674
@ -22,6 +22,9 @@ all:
|
|||||||
host.nc.chaoswg.org: null
|
host.nc.chaoswg.org: null
|
||||||
thonkpad.ka.chaoswg.org: null
|
thonkpad.ka.chaoswg.org: null
|
||||||
mon1.hel1.chaoswg.org: null
|
mon1.hel1.chaoswg.org: null
|
||||||
|
monitoring:
|
||||||
|
hosts:
|
||||||
|
mon1.hel1.chaoswg.org: null
|
||||||
ci_apply:
|
ci_apply:
|
||||||
hosts:
|
hosts:
|
||||||
host.nc.chaoswg.org: null
|
host.nc.chaoswg.org: null
|
||||||
|
@ -31,7 +31,9 @@ block_ip = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
pass_ip = [
|
pass_ip = [
|
||||||
'65.108.60.208' # Monitoring
|
{% for host in groups['monitoring'] %}
|
||||||
|
'{{ hostvars[host].ansible_host }}', # Monitoring
|
||||||
|
{% endfor %}
|
||||||
# '192.168.0.0/16', # IPv4 private network
|
# '192.168.0.0/16', # IPv4 private network
|
||||||
# 'fe80::/10' # IPv6 linklocal / wins over botdetection.ip_limit.filter_link_local
|
# 'fe80::/10' # IPv6 linklocal / wins over botdetection.ip_limit.filter_link_local
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user