mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-23 21:21:03 +01:00
Compare commits
No commits in common. "cf1756829586ebbbfa0ae7facc4a70403ae73218" and "0647cad07235b662282bea90648490e748141367" have entirely different histories.
cf17568295
...
0647cad072
@ -21,8 +21,8 @@ mode_setup: false # Execute the setup and initializing procedures
|
|||||||
|
|
||||||
# Server Tact Variables
|
# Server Tact Variables
|
||||||
|
|
||||||
## Ours in which the server is "awake" (100% working). Rest of the time is reserved for maintanance
|
## Ours in which the server is 100% working. Rest of the time is reserved for maintanance
|
||||||
hours_server_awake: "0..23"
|
hours_server_awake: "0..1,9..23"
|
||||||
|
|
||||||
## Random delay for systemd timers to avoid peak loads.
|
## Random delay for systemd timers to avoid peak loads.
|
||||||
randomized_delay_sec: "5min"
|
randomized_delay_sec: "5min"
|
||||||
|
@ -4,7 +4,6 @@ Wants={{systemctl_mount_service_name}}
|
|||||||
OnFailure=systemd-notifier.cymais@%n.service
|
OnFailure=systemd-notifier.cymais@%n.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/bin/python {{ backup_to_usb_script_path }} {{backup_to_usb_source}} {{backup_to_usb_destination}}
|
ExecStart=/bin/python {{ backup_to_usb_script_path }} {{backup_to_usb_source}} {{backup_to_usb_destination}}
|
||||||
ExecStartPost=/bin/systemctl start cleanup-backups.cymais.service
|
ExecStartPost=/bin/systemctl start cleanup-backups.cymais.service
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
- name: "reload backup-docker-to-local-everything.cymais.service"
|
|
||||||
systemd:
|
|
||||||
name: backup-docker-to-local-everything.cymais.service
|
|
||||||
daemon_reload: yes
|
|
||||||
|
|
||||||
- name: "reload backup-docker-to-local.cymais.service"
|
- name: "reload backup-docker-to-local.cymais.service"
|
||||||
systemd:
|
systemd:
|
||||||
name: backup-docker-to-local.cymais.service
|
name: backup-docker-to-local.cymais.service
|
||||||
|
@ -6,4 +6,3 @@ OnFailure=systemd-notifier.cymais@%n.service cleanup-failed-docker-backups.cymai
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStartPre=/bin/sh -c '/usr/bin/python {{ path_system_lock_script }} {{ system_maintenance_services | join(' ') }} --ignore {{ system_maintenance_backup_services | reject('equalto', 'backup-docker-to-local') | join(' ') }} --timeout "{{sytem_maintenance_lock_timeout_backup_services}}"'
|
ExecStartPre=/bin/sh -c '/usr/bin/python {{ path_system_lock_script }} {{ system_maintenance_services | join(' ') }} --ignore {{ system_maintenance_backup_services | reject('equalto', 'backup-docker-to-local') | join(' ') }} --timeout "{{sytem_maintenance_lock_timeout_backup_services}}"'
|
||||||
ExecStart=/bin/sh -c '/usr/bin/python {{backup_docker_to_local_folder}}backup-docker-to-local.py --everything'
|
ExecStart=/bin/sh -c '/usr/bin/python {{backup_docker_to_local_folder}}backup-docker-to-local.py --everything'
|
||||||
ExecStartPost=/bin/sh -c '/bin/systemctl start heal-docker.cymais.service &'
|
|
@ -6,4 +6,3 @@ OnFailure=systemd-notifier.cymais@%n.service cleanup-failed-docker-backups.cymai
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStartPre=/bin/sh -c '/usr/bin/python {{ path_system_lock_script }} {{ system_maintenance_services | join(' ') }} --ignore {{ system_maintenance_backup_services | reject('equalto', 'backup-docker-to-local-everything') | join(' ') }} --timeout "{{sytem_maintenance_lock_timeout_backup_services}}"'
|
ExecStartPre=/bin/sh -c '/usr/bin/python {{ path_system_lock_script }} {{ system_maintenance_services | join(' ') }} --ignore {{ system_maintenance_backup_services | reject('equalto', 'backup-docker-to-local-everything') | join(' ') }} --timeout "{{sytem_maintenance_lock_timeout_backup_services}}"'
|
||||||
ExecStart=/bin/sh -c '/usr/bin/python {{backup_docker_to_local_folder}}backup-docker-to-local.py'
|
ExecStart=/bin/sh -c '/usr/bin/python {{backup_docker_to_local_folder}}backup-docker-to-local.py'
|
||||||
ExecStartPost=/bin/sh -c '/bin/systemctl start heal-docker.cymais.service &'
|
|
Loading…
Reference in New Issue
Block a user