blob: f7fa752aefa5afc735cc81d9490e75262ffada1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
requires_ansible: '>=2.9.10'
action_groups:
all:
- postgresql_copy
- postgresql_db
- postgresql_ext
- postgresql_idx
- postgresql_info
- postgresql_lang
- postgresql_membership
- postgresql_owner
- postgresql_pg_hba
- postgresql_ping
- postgresql_privs
- postgresql_publication
- postgresql_query
- postgresql_schema
- postgresql_script
- postgresql_sequence
- postgresql_set
- postgresql_slot
- postgresql_subscription
- postgresql_table
- postgresql_tablespace
- postgresql_user
- postgresql_user_obj_stat_info
|