You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add supported platforms
* add windows support
* add molecule scenario for windows
* add become as block
* fix windows configure task
* add new variables
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,24 @@ Requirements
8
8
9
9
- Supported version of Ansible: 2.9 and highter.
10
10
-`gnu-tar` on Mac as deployer host (`brew install gnu-tar`).
11
+
-`pywinrm` is a python library for connection Ansible to Windows hosts via [WinRM](https://docs.ansible.com/ansible/latest/user_guide/windows_winrm.html).
11
12
- List of all supported platforms described in role meta.
12
13
13
14
Role Variables
14
15
--------------
15
16
16
17
-`postgres_exporter_version` The specific version of Postgres Exporter to download (default: `0.11.1`).
-`postgres_exporter_archive_name` Postgres Exporter archive name (default: `'postgres_exporter-0.11.1.linux-amd64'` or `'postgres_exporter-0.11.1.windows-amd64'`).
-`postgres_exporter_download_url` URL to download an archive with Postgres Exporter.
20
+
-`postgres_exporter_download_url` URL to download an archive with Postgres Exporter (default: `https://github.com/prometheus-community/postgres_exporter/releases/download/v0.11.1`).
20
21
-`postgres_exporter_user` and `postgres_exporter_group` Unix username and group (default: `postgres`).
21
22
-`postgres_exporter_install_path` Path to Postgres Exporter installation directory (default: `/usr/local/bin`).
22
23
-`postgres_exporter_data_source_name` Accepts URI form and key=value form arguments. The URI may contain the username and password to connect with. (default: `user=postgres host=/var/run/postgresql/ sslmode=disable`).
24
+
-`postgres_exporter_listen_address` Address to listen on for web interface and telemetry (default: `0.0.0.0`).
25
+
-`postgres_exporter_listen_port` The port to bind to (default: `9182`).
26
+
-`postgres_exporter_metrics_path` The path at which to serve metrics (default: `metrics`).
27
+
-`postgres_exporter_disable_default_metrics` Use only metrics supplied from queries.yaml via `postgres_exporter_extend_query_path` (default: `false`).
28
+
-`postgres_exporter_disable_settings_metrics` Use the flag if you don't want to scrape pg_settings (default: `false`).
23
29
-`postgres_exporter_extend_query_path` Path to a YAML file containing custom queries to run. (default: `''`).
0 commit comments