aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postgres/vars
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-08-13 14:59:36 +0100
committerGravatar Chris Lovering <[email protected]>2023-08-13 15:54:03 +0100
commit431585b5256a0d08f4f3c33122465a88a93ddcb1 (patch)
tree4cc41cda81655332fa467e6c9c85d1ee9c35b90e /roles/postgres/vars
parentServe static files from Turing (#116) (diff)
Move all ansible files to their own folder
Diffstat (limited to 'roles/postgres/vars')
-rw-r--r--roles/postgres/vars/main.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/postgres/vars/main.yml b/roles/postgres/vars/main.yml
deleted file mode 100644
index ddb483a..0000000
--- a/roles/postgres/vars/main.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-postgresql_version: "15"
-postgresql_daemon: "postgresql@{{ postgresql_version }}-main"
-postgres_user: "postgres"
-
-postgresql_users: []
-
-postgresql_databases: []