postgres cleanup #74

Merged
erdnaxe merged 4 commits from postgres into master 2021-11-28 11:02:46 +01:00
Showing only changes of commit 45802cf65d - Show all commits

View file

@ -10,7 +10,7 @@
- borgbackup_server
- update_motd
- hosts: all,!unifi,!unifi-*
- hosts: all,!unifi,!unifi-*,!bdd
vars:
update_motd:
borgbackup_client: >-
@ -18,4 +18,15 @@
roles:
- borgbackup_client
- update_motd
# On databases server, also backup databases
- hosts: bdd
vars:
borg_postgresql_databases: true
update_motd:
borgbackup_client: >-
BorgBackup est déployé (/etc/borgmatic/config.yaml)
roles:
- borgbackup_client
- update_motd
...