added sshpass_cron, updates, secrets

This commit is contained in:
Bastian de Byl
2023-07-21 17:54:58 -04:00
parent 34a6a7f7ae
commit 71e9f4590b
8 changed files with 75 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
0 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@Garage.localdomain 'reboot'
15 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@LivingRoom.localdomain 'reboot'
30 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@FrontYard.localdomain 'reboot'
45 5 * * * sshpass -f /mnt/unifi-pass ssh -o 'StrictHostKeyChecking=no' ubnt@Office.localdomain 'reboot'