mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-12-07 11:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user