-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Denis Gasparin edited this page Oct 1, 2017
·
7 revisions
rtshome.pgsql provides four new ansible modules for Postgresql:
- postgresql_table: ensure that a table is present (or absent) in database
- postgresql_row: ensure that a row is present (or absent) in a table
- postgresql_query: execute an arbitrary query in database and return results
- postgresql_command: execute an arbitrary query in database