From c8f4bd0a62c09897ce0886516ae98ff55be7e1c5 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 9 Sep 2023 16:27:53 -0400 Subject: [PATCH] fulfillr bump, restart main router on sshpass_cron --- ansible/roles/podman/files/sshpass_cron/crontab | 5 +++-- ansible/roles/podman/tasks/main.yml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ansible/roles/podman/files/sshpass_cron/crontab b/ansible/roles/podman/files/sshpass_cron/crontab index 206541c..e8a3966 100644 --- a/ansible/roles/podman/files/sshpass_cron/crontab +++ b/ansible/roles/podman/files/sshpass_cron/crontab @@ -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' 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' \ No newline at end of file +45 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@192.168.1.251 'reboot' diff --git a/ansible/roles/podman/tasks/main.yml b/ansible/roles/podman/tasks/main.yml index c366cd2..d718077 100644 --- a/ansible/roles/podman/tasks/main.yml +++ b/ansible/roles/podman/tasks/main.yml @@ -51,7 +51,7 @@ - import_tasks: container-fulfillr.yml vars: - image: "{{ aws_ecr_endpoint }}/fulfillr:20230814.2006" + image: "{{ aws_ecr_endpoint }}/fulfillr:20230828.2117" tags: fulfillr - import_tasks: configuration-nginx.yml @@ -68,4 +68,4 @@ - import_tasks: container-factorio.yml vars: image: docker.io/factoriotools/factorio:1.1.80 - tags: factorio \ No newline at end of file + tags: factorio