mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
299 B
YAML
18 lines
299 B
YAML
5 years ago
|
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'
|