fulfillr bump, restart main router on sshpass_cron

This commit is contained in:
Bastian de Byl
2023-09-09 16:27:53 -04:00
parent 30dfd11cb9
commit c8f4bd0a62
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
0 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.254 'reboot' 30 4 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' -o 'HostKeyAlgorithms=+ssh-rsa' root@192.168.1.1 'reboot'
0 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.254 'reboot'
15 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.253 'reboot' 15 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.253 'reboot'
30 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.252 'reboot' 30 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.252 'reboot'
45 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.251 'reboot' 45 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.251 'reboot'

View File

@@ -51,7 +51,7 @@
- import_tasks: container-fulfillr.yml - import_tasks: container-fulfillr.yml
vars: vars:
image: "{{ aws_ecr_endpoint }}/fulfillr:20230814.2006" image: "{{ aws_ecr_endpoint }}/fulfillr:20230828.2117"
tags: fulfillr tags: fulfillr
- import_tasks: configuration-nginx.yml - import_tasks: configuration-nginx.yml