Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sat May 29 21:43:54 2021 +0200

    chore: drop selinux task and bind to unprivileged port
This commit is contained in:
Robert Kaussow 2021-05-29 19:50:53 +00:00
parent f8f8de624a
commit c4b512c731
1 changed files with 3 additions and 3 deletions

View File

@ -298,7 +298,7 @@ prometheus_scrape_configs:
\ | urlsplit('path')) | length > 1 else '' }}/metrics"
static_configs:
- targets:
- "{{ ansible_fqdn | default(ansible_host) | default('localhost') }}:9090"
- "{{ ansible_fqdn | default(ansible_host) | default('localhost') }}:61000"
```
### prometheus_static_targets_files
@ -396,7 +396,7 @@ prometheus_web_bind_ip: 127.0.0.1
#### Default value
```YAML
prometheus_web_bind_port: 9090
prometheus_web_bind_port: 61000
```
### prometheus_web_external_url
@ -404,7 +404,7 @@ prometheus_web_bind_port: 9090
#### Default value
```YAML
prometheus_web_external_url: http://localhost:9090/
prometheus_web_external_url: http://localhost:61000/
```
### prometheus_web_http_server