|
1 month ago | |
---|---|---|
.. | ||
defaults | 1 month ago | |
files | 10 months ago | |
handlers | 10 months ago | |
meta | 1 year ago | |
tasks | 1 month ago | |
templates | 10 months ago | |
tests | 2 years ago | |
.kitchen.yml | 3 years ago | |
README.md | 4 years ago |
Installation and basic configuration of PostgreSQL.
Tasks are in several files, included in tasks/main.yml
:
packages.yml
: packages installation ;config.yml
: configurations ;nrpe.yml
: nrpe
user for Nagios checks ;munin.yml
: Munin plugins ;logrotate.yml
: logrotate configuration.Main variables are :
postgresql_databases
: list of databases for Munin pluginspostgresql_shared_buffers
: (default: 4GB
)postgresql_work_mem
: (default: 8MB
)postgresql_random_page_cost
: (default: 1.5
)postgresql_effective_cache_size
: (default: 14GB
)The full list of variables (with default values) can be found in defaults/main.yml
.