Release 1.7.0
#15 config: change 'work_mem' and 'maintenance_work_mem' default setting
This change adds two new optionnal role variables postgres_work_mem
and postgres_maintenance_work_mem to be able to set a custom size to
your needs.
It also tries to set sensible defaults to:
- default value for work_mem to 0.5 % of the total available memory of the machine
- default value for maintenance_work_mem to 5% of the total available memory of the machine
#16 fix: use modern way of passing variables to included task file
Ansible related change