]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blob - tasks/postgres-standby-basebackup.yml
standby-clone: Allow cloning of standby server with pg_basebackup
[github/fretlink/ansible-postgresql-role.git] / tasks / postgres-standby-basebackup.yml
1 ---
2 - name: Copy secondary pg_basebackup clone script
3 template: src=standby-pg_basebackup-clone.sh.j2 dest=/root/standby-clone-{{ postgres_version }}-{{ postgres_cluster_name }}.sh mode=0755
4 no_log: true