Skip to content

Commit

Permalink
Update automation/vars/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Aug 28, 2024
1 parent 0326367 commit 10cf963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ postgresql_schemas: []
# - { schema: "myschema", db: "mydatabase", owner: "mydb-user" }

# (optional) list of privileges to be granted (if not already exists) or revoked
# https://docs.ansible.com/ansible/latest/collections/community/postgresql/postgresql_privs_module.html#examples
postgresql_privs: []
# - { role: "mydb-user", privs: "SELECT", type: "table", db: "mydb", objs: "my_table", schema: "my_schema" }
# - { role: "db-user", privs: "EXECUTE", type: "function", db: "database_name", objs: "pg_ls_waldir()", schema: "pg_catalog" }
Expand Down

0 comments on commit 10cf963

Please sign in to comment.