Update to 2022-12-07 11:00

This commit is contained in:
Daniel Berteaud
2022-12-07 11:00:11 +01:00
parent 000a87b1ae
commit 5f94190c9e
9 changed files with 41 additions and 11 deletions

View File

@@ -142,6 +142,14 @@
role: "{{ pg_monitoring_user }}"
database: postgres
- name: grant pg_monitor role
postgresql_privs:
type: group
state: present
objs: pg_monitor
roles: "{{ pg_monitoring_user }}"
database: postgres
become_user: postgres
tags: pg,zabbix