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