aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-01-16 16:16:25 +0000
committerGravatar Joe Banks <[email protected]>2022-01-21 18:35:28 +0000
commitd477c14f01a4b382838de6c4b7ed12d172d80fa5 (patch)
treedd2f3da82472d2d7bc47b3295f73ff61e3429ebe
parentAdd users and databases to portgres after install (diff)
Add postgres role to playbook
-rw-r--r--playbook.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml
index 07aeb06..c7de2b9 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -21,3 +21,9 @@
- wireguard
tags:
- wireguard
+
+- hosts: lovelace
+ roles:
+ - postgres
+ tags:
+ - postgres