diff options
-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 |