db-koji02: make sure backup uses all cpus
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4c85106614
commit
bd50c6e4bc
2 changed files with 22 additions and 0 deletions
|
@ -105,6 +105,12 @@
|
|||
tags:
|
||||
- postgresql
|
||||
|
||||
- name: Copy over backup scriplet
|
||||
copy: src=backup-database dest=/usr/local/bin/backup-database mode=0755
|
||||
when: not inventory_hostname.startswith('db-koji02')
|
||||
tags:
|
||||
- postgresql
|
||||
|
||||
- name: Copy over backup scriplet
|
||||
copy: src=backup-database dest=/usr/local/bin/backup-database mode=0755
|
||||
when: inventory_hostname.startswith('db-koji02')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue