6 lines
199 B
YAML
6 lines
199 B
YAML
monitoring:
|
|
checks:
|
|
local:
|
|
mk_postgres: {}
|
|
|
|
pg_version: "{% if ansible_distribution_release == 'stretch' %}9.6{% endif %}{% if ansible_distribution_release == 'buster' %}11{% endif %}"
|