Put ticketkey cron in order with the rest

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-02-20 14:58:05 +00:00
parent 6b9cbb48b6
commit 43b46958ac

View file

@ -1,4 +1,7 @@
#!/bin/bash
# Roll over the proxy SSL ticketkey
source /root/sshagent >>/dev/null
export ANSIBLE_HOST_KEY_CHECKING=False
export HOME=/root/
#export ANSIBLE_SSH_PIPELINING=False
/usr/bin/ansible-playbook /srv/web/infra/ansible/playbooks/update_ticketkey.yml | mailx -s "TickeyKey rollover" puiterwijk@fedoraproject.org