Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
pycklets
/
resources
/
ansible-role
/
ANXS.postgresql
/
tests
/
docker
/
group_vars
/
postgresql.yml
|
|---|
---
postgresql_shared_buffers: "32MB"
postgresql_data_checksums: true
postgresql_databases:
- name: foobar
owner: baz
# NOTE: postgresql >= 10 does not accept unencrypted passwords
postgresql_users:
- name: baz
pass: md51a1dc91c907325c69271ddf0c944bc72
encrypted: yes
- name: zab
pass: md51a1dc91c907325c69271ddf0c944bc72
encrypted: yes
- name: zabaz
postgresql_database_schemas:
- database: foobar
state: present
schema: acme
owner: baz
postgresql_user_privileges:
- name: baz
db: foobar
postgresql_ext_install_contrib: true
# These do not work everywhere, but should be included ASAP
postgresql_ssl: false
postgresql_pgtune: false
postgresql_ext_install_postgis: false
postgresql_database_extensions:
- db: foobar
extensions:
- adminpack
- pgcrypto
- unaccent