summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_postgresql_db/defaults/main.yml
blob: aea024428078989f61fe39323369ef06263caec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
postgresql_service: postgresql

postgresql_packages:
    - postgresql-server
    - python-psycopg2

pg_user: postgres
pg_group: root

locale_latin_suffix:
locale_utf8_suffix:

# defaults for test SSL
ssl_db: 'ssl_db'
ssl_user: 'ssl_user'
ssl_pass: 'ssl_pass'
ssl_rootcert: '~{{ pg_user }}/root.crt'