Add postgresql provider
This commit is contained in:
parent
feab7c6ed8
commit
43baf205dc
12 changed files with 221 additions and 107 deletions
inventory/group_vars/all
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue