Cron for ticketkey rollover on batcave
This commit is contained in:
parent
d26715a0b9
commit
54bd51afeb
2 changed files with 9 additions and 0 deletions
4
roles/batcave/files/ticketkey.cron
Executable file
4
roles/batcave/files/ticketkey.cron
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Roll over the proxy SSL ticketkey
|
||||
/usr/bin/ansible /srv/web/infra/ansible/playbooks/update_ticketkey.yml | mailx -s "TickeyKey rollover" puiterwijk@fedoraproject.org
|
|
@ -82,6 +82,11 @@
|
|||
- batcave
|
||||
- config
|
||||
|
||||
- name: setup cron for daily tickeyket reollover
|
||||
copy: src=ticketkey.cron dest=/etc/cron.daily/tickeykey.cron mode=0755
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
#
|
||||
# Set selinux booleans we need
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue