ilri / rmg-ansible-public

Ansible playbooks for ILRI research-computing infrastructure
GNU General Public License v3.0
8 stars 2 forks source link

Allow custom PostgreSQL settings #72

Closed alanorth closed 7 years ago

alanorth commented 7 years ago

Allows hosts and groups to override settings variables in their host and group vars by specifying a list of dicts with variable names and values. Also, sets the shared_buffers variable to 10% of system RAM for hosts in the DSpace group.

Use this instead of #71.