diff options
author | 2022-01-16 16:16:25 +0000 | |
---|---|---|
committer | 2022-01-21 18:35:28 +0000 | |
commit | d477c14f01a4b382838de6c4b7ed12d172d80fa5 (patch) | |
tree | dd2f3da82472d2d7bc47b3295f73ff61e3429ebe | |
parent | Add users and databases to portgres after install (diff) |
Add postgres role to playbook
-rw-r--r-- | playbook.yml | 6 |
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 |