Add first step of postgresql dump procedure
This commit is contained in:
parent
090ea867ed
commit
8a14457aef
6 changed files with 113 additions and 0 deletions
6
roles/backups/templates/backup_configuration.yaml
Normal file
6
roles/backups/templates/backup_configuration.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
database_backups:
|
||||
- host: postgres.kleinendorst.info
|
||||
dbname: wedding
|
||||
username: wedding
|
||||
password: "{{ wedding_postgres_pass }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue