Added postgres to site.yml

This commit is contained in:
strNophix 2022-03-10 21:27:31 +01:00
parent 909ef2b5c8
commit e8d86d41ea

View File

@ -6,3 +6,7 @@
- hosts: loadbalancer
roles:
- nginx-loadbalancer
- hosts: postgresql
roles:
- postgresql