Add service-static.yaml to cron run

I forgot this when adding the server previously, add it to the
periodic cron run too.

Change-Id: I3f0f4e666e5badf91e4a664ced9e891e89b8baa5
This commit is contained in:
Ian Wienand 2020-01-28 13:53:58 +11:00 committed by Monty Taylor
parent 7ce0d0fb32
commit 1c1195d0c4
1 changed files with 4 additions and 0 deletions

View File

@ -117,6 +117,10 @@ start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml
send_timer mirror send_timer mirror
start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-static.yaml
send_timer static
start_timer start_timer
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-backup.yaml
send_timer backup send_timer backup