Skip to content
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

Modules Docs

Clone this wiki locally