Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit c941110

Browse files
committed
Add missing file in postgresql role.
1 parent 925862d commit c941110

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
__postgresql_version: "10"
3+
__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
4+
__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
5+
__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
6+
__postgresql_daemon: postgresql
7+
__postgresql_packages:
8+
- postgresql
9+
- postgresql-contrib
10+
- libpq-dev

0 commit comments

Comments
 (0)