ansible-role-postgresql/vars/main.yml
2019-07-14 14:51:45 +02:00

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 %}"