You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
defaults | 2 years ago | |
files | 2 years ago | |
handlers | 3 years ago | |
meta | 2 years ago | |
tasks | 1 year ago | |
templates | 2 years ago | |
tests | 2 years ago | |
.kitchen.yml | 6 years ago | |
README.md | 6 years ago |
README.md
PostgreSQL
Installation and basic configuration of PostgreSQL.
Tasks
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.
Available variables
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
.