mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update collectors
This commit is contained in:
parent
92091214ed
commit
7022052cba
11 changed files with 43 additions and 31 deletions
|
@ -1,12 +1,14 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62313734366533326334646163383462373265303264643366323937666564653064383037623931
|
||||
3831643363613132376165373936306638366439613536650a383536663736313232623965313362
|
||||
34366438343164353836333739316261363233366463613964636665306232333534633434643164
|
||||
3930333935356131620a613931343230383862353639663862356139663664356163623938376561
|
||||
35383464386237363736313265613137656530323165613965633463376464366133376430613965
|
||||
33623464383730396265613536336437303964333763633563616662313762346235316531313139
|
||||
62373134393865306562346332613361623534396433666232333665336139333730313362353539
|
||||
64386135346638643234653536353439646235303634306362376463343135386464663962333934
|
||||
65376265353436353038333830636566343834643737333537376235613038343661646431373131
|
||||
35633065333233383334383661666533353765653230653361366461613138613935383165623739
|
||||
326231316564393161333839393733616531
|
||||
36383439323339386166633331333531376634633838636635666665633363333265623061393137
|
||||
3263633634633231366361366634366563623734393763660a386363396336356532633562313836
|
||||
62643663356366323261353138333663393764646334623263626362636337636539363538346538
|
||||
3236636433363663340a633361363661366436633538363261623438396463303030363531326231
|
||||
35316335383139303638643661666132636139653032363935666533623832666539373033353631
|
||||
33303139643730616335343763356130653934633465396130666439343531353261343538363664
|
||||
34613834623762323063356234636132383339613030386133633333356138333730633032316138
|
||||
35363030323433623939303339366536343361616430383832623235313630613931386231656232
|
||||
36393765623664373562623965626362666362383063316163383735656366396131356666303735
|
||||
34313963623439663332626133346638666163646666313963653439326262653236393964326330
|
||||
38306138306437396261303965306161633733316130666465643135313663633238333932656131
|
||||
36613164323062643134653565663439383766613235633961373161346132353161643434653233
|
||||
66353166353033383437316266666337373566386234626437313437376232316362
|
||||
|
|
|
@ -17,8 +17,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,8 +17,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,8 +17,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,8 +17,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,8 +17,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,8 +18,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
location /nginx_status {
|
||||
|
|
|
@ -18,8 +18,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
location /nginx_status {
|
||||
|
|
|
@ -18,8 +18,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
location /nginx_status {
|
||||
|
|
|
@ -18,8 +18,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
location /nginx_status {
|
||||
|
|
|
@ -18,8 +18,9 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
allow 127.0.0.1; # allow requests from localhost
|
||||
allow ::1; # allow requests from localhost
|
||||
allow {{ prometheus_v4 }}; # allow prometheus IPv4
|
||||
allow {{ prometheus_v6 }}; # allow prometheus IPv6
|
||||
{% for address in prometheus_addr %}
|
||||
allow {{ address }}; # allow prometheus Address
|
||||
{% endfor %}
|
||||
deny all; # deny all other hosts
|
||||
}
|
||||
location /nginx_status {
|
||||
|
|
Loading…
Reference in a new issue