From e8d86d41eabf5af61a479e0ee38b7166f0c5b05e Mon Sep 17 00:00:00 2001 From: strNophix Date: Thu, 10 Mar 2022 21:27:31 +0100 Subject: [PATCH] Added postgres to site.yml --- site.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site.yml b/site.yml index 1b0d6cd..3808819 100644 --- a/site.yml +++ b/site.yml @@ -6,3 +6,7 @@ - hosts: loadbalancer roles: - nginx-loadbalancer + +- hosts: postgresql + roles: + - postgresql \ No newline at end of file