mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	sys-service: add ExecStartPost support and adjust health/repair roles
- extended generic systemctl template to support ExecStartPost - health-docker-volumes: run main script with whitelist, trigger both compose alarm and cleanup on failure - repair-docker-hard: added ExecStartPre lock, ExecStart, and ExecStartPost to trigger compose alarm always, plus cleanup on failure - removed obsolete role-specific systemctl.service.j2 templates - improved consistency across vars and defaults See: https://chatgpt.com/share/68ad6cb8-c164-800f-96b6-a45c6c7779b3
This commit is contained in:
		| @@ -6,6 +6,7 @@ | ||||
| - include_role: | ||||
|     name: sys-service | ||||
|   vars: | ||||
|     system_service_on_calendar:     "{{SYS_SCHEDULE_HEALTH_DOCKER_VOLUMES}}" | ||||
|     system_service_timer_enabled:   true | ||||
|     system_service_tpl_on_failure:  "{{ SYS_SERVICE_ON_FAILURE_COMPOSE }}" | ||||
|     system_service_on_calendar:         "{{ SYS_SCHEDULE_HEALTH_DOCKER_VOLUMES }}" | ||||
|     system_service_timer_enabled:       true | ||||
|     system_service_tpl_on_failure:      "{{ SYS_SERVICE_ON_FAILURE_COMPOSE }} {{ SYS_SERVICE_CLEANUP_ANONYMOUS_VOLUMES }}" | ||||
|     system_service_tpl_exec_start:      '{{ system_service_script_exec }} "{{ DOCKER_WHITELISTET_ANON_VOLUMES | join(" ") }}"' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user