Add postgresql provider

This commit is contained in:
Tobias Reisinger 2024-09-28 01:59:53 +02:00
parent feab7c6ed8
commit 43baf205dc
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 221 additions and 107 deletions
inventory/group_vars/all

View file

@ -2,8 +2,8 @@ admin_email: tobias@msrg.cc
timezone: Europe/Berlin
postgres:
host: db.serguzim.me
port: 5432
host: "{{ opentofu.postgresql.host }}"
port: "{{ opentofu.postgresql.port }}"
mailer:
host: mail.serguzim.me