tags added
This commit is contained in:
parent
7651e5cc48
commit
f5bbbf009d
|
@ -117,7 +117,7 @@
|
|||
|
||||
- name: Install a script that cleans up the wal log archives
|
||||
template: src=postgresql_wal_backup_and_removal.j2 dest=/usr/local/sbin/postgresql_wal_backup_and_removal owner=root group=root mode=0755
|
||||
tags: [ 'postgres', 'postgresql', 'sudo', 'pgpool' ]
|
||||
tags: [ 'postgres_backuppc', 'postgres', 'postgresql', 'sudo', 'pgpool' ]
|
||||
|
||||
- name: backuppc root script to syncronize backup and wal clean up
|
||||
copy: src=backuppc_pg_wal.sh dest=/usr/local/sbin/backuppc_pg_wal.sh owner=root mode=0744
|
||||
|
|
Loading…
Reference in New Issue