aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-01-16 16:14:58 +0000
committerGravatar Joe Banks <[email protected]>2022-01-21 18:35:28 +0000
commit5994731a69143289cb2882c61e82b8a869249fc7 (patch)
treed5c1320d7da1289c959c15a3ce831085960af428
parentEnable ansible ssh pipelining globally (diff)
Add basic postgres vars
-rw-r--r--roles/postgres/vars/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/postgres/vars/main.yml b/roles/postgres/vars/main.yml
new file mode 100644
index 0000000..2550103
--- /dev/null
+++ b/roles/postgres/vars/main.yml
@@ -0,0 +1,7 @@
+postgresql_version: "13"
+postgresql_daemon: "postgresql@{{ postgresql_version }}-main"
+postgres_user: "postgres"
+
+postgresql_users: []
+
+postgresql_databases: []