Add koji cleanup sessions on koji database server.
This commit is contained in:
parent
70924e6a89
commit
1dc2945f12
2 changed files with 15 additions and 0 deletions
|
@ -72,3 +72,12 @@
|
|||
tags:
|
||||
- cron
|
||||
- postgresql
|
||||
|
||||
- name: Set up a cron job to clean long koji sessions on koji database server only
|
||||
copy: >
|
||||
src=koji-cleanup-sessions.cron
|
||||
dest=/etc/cron.d/koji-cleanup-sessions.cron
|
||||
when: inventory_hostname.startswith('db-koji01')
|
||||
tags:
|
||||
- cron
|
||||
- postgresql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue