feat(postgresql): added new role to install pgsql server

This commit is contained in:
NaeiKinDus 2024-07-21 00:00:00 +00:00
parent 068a2e2790
commit 7d6155f97e
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
13 changed files with 281 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- postgresql