add postgresql role for ens. psql and opt. some dbs and users are set up
Add postgresql role for ensuring postgresql is installed. Furthermore the role optionally takes some basic configuration to ensure databases with their owners and users are set up as specified. This is a requirement for a new netbox role.
This commit is contained in:
parent
fc24bfff5d
commit
9662995377
4 changed files with 95 additions and 0 deletions
roles/postgresql/defaults
2
roles/postgresql/defaults/main.yaml
Normal file
2
roles/postgresql/defaults/main.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
postgresql__dbs: [ ]
|
||||
postgresql__users: [ ]
|
Loading…
Add table
Add a link
Reference in a new issue