Put ticketkey cron in order with the rest
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
6b9cbb48b6
commit
43b46958ac
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue