Add cronjob for koji updatecrl.
This commit is contained in:
parent
c45cb4e945
commit
a90f642d31
2 changed files with 9 additions and 0 deletions
1
roles/koji_hub/files/updatecrl.cron
Normal file
1
roles/koji_hub/files/updatecrl.cron
Normal file
|
@ -0,0 +1 @@
|
||||||
|
0 * * * * root /usr/local/bin/updatecrl.sh &>/dev/null
|
|
@ -125,6 +125,14 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- koji_hub
|
- koji_hub
|
||||||
|
- cron
|
||||||
|
|
||||||
|
- name: updatecrl cronjob
|
||||||
|
copy: src=updatecrl.cron dest=/etc/cron.d/updatecrl owner=root mode=644
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- cron
|
||||||
|
- koji_hub
|
||||||
|
|
||||||
- name: koji web config files
|
- name: koji web config files
|
||||||
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }} owner=root group=root
|
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }} owner=root group=root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue