aboutsummaryrefslogtreecommitdiffhomepage
path: root/defaults
diff options
context:
space:
mode:
authorThéophile Helleboid - chtitux <chtitux@gmail.com>2019-01-02 14:23:36 +0100
committerGitHub <noreply@github.com>2019-01-02 14:23:36 +0100
commit758d478b83050f248f5df8177027e2870f4308c5 (patch)
treeec16b304ef816d5ab65fd4217bbb8748ffad94fe /defaults
parent8371771c8e9b8a2f2a6a4d81a142ddc805e198b4 (diff)
parentc95984df57136048002f0d60c6469d9bbbdd1e0a (diff)
downloadansible-postgresql-role-758d478b83050f248f5df8177027e2870f4308c5.tar.gz
ansible-postgresql-role-758d478b83050f248f5df8177027e2870f4308c5.tar.zst
ansible-postgresql-role-758d478b83050f248f5df8177027e2870f4308c5.zip
Merge pull request #3 from paulRbr/barman-rsync-optional1.2.0
standby: rsync from barman is optional if SSH access is already here
Diffstat (limited to 'defaults')
-rw-r--r--defaults/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml
index 59db662..190ce5f 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -6,6 +6,7 @@ postgres_clusters: []
6# postgres_log_dir: ~ 6# postgres_log_dir: ~
7# postgres_pgbadger_server: ~ 7# postgres_pgbadger_server: ~
8postgres_backup_enabled: false 8postgres_backup_enabled: false
9postgres_barman_rsync_enabled: false
9#------------------------------------------------------------# 10#------------------------------------------------------------#
10#------------ Postgresql Configuration defaults -------------# 11#------------ Postgresql Configuration defaults -------------#
11#- WARNING: defaults can change with major version upgrades -# 12#- WARNING: defaults can change with major version upgrades -#