src.nth.io/

summaryrefslogtreecommitdiff
path: root/postgresql/defaults/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql/defaults/main.yaml')
-rw-r--r--postgresql/defaults/main.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/postgresql/defaults/main.yaml b/postgresql/defaults/main.yaml
deleted file mode 100644
index ff230a9..0000000
--- a/postgresql/defaults/main.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-
-postgresql_version: "11"
-postgresql_config_path: "/etc/postgresql/{{postgresql_version}}/main/postgresql.conf"
-postgresql_data_dir: "/var/lib/postgresql/{{postgresql_version}}/main"
-postgresql_apt_packages:
- - "postgresql-{{postgresql_version}}"
- - "pgcli"
- - "postgresql-client"
- - "postgresql-common"