Installs the pg_stat_statements for PostgreSQL 10 - https://www.postgresql.org/docs/current/static/pgstatstatements.html . Tested with pg_stat_statements 1.5 on CentOS 7.
None
See defaults/main.yml and the example inventory below
None
- name: Test the pg_stat_statements role for CentOS
hosts: stat-statements
become: yes
become_method: sudo
roles:
- ansible-role-pg-stat-statements
tags:
- stat-statements
BSD
Kevin Coakley (https://github.com/kevincoakley)