Cron for ticketkey rollover on batcave

This commit is contained in:
Patrick Uiterwijk 2015-10-13 13:05:56 +00:00
parent d26715a0b9
commit 54bd51afeb
2 changed files with 9 additions and 0 deletions

View 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

View file

@ -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
#