mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 03:37:37 +02:00
THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs
This commit is contained in:
@@ -18,7 +18,7 @@ The primary purpose of this role is to ensure that Docker-based services remain
|
||||
- **Automated Health Checks:** Detects containers in `unhealthy` state or exited with non-zero exit codes.
|
||||
- **Systemd Integration:** Installs a one-shot service and timer to run health checks on a schedule.
|
||||
- **Alerting Support:** Works with the [`sys-alm-compose`](../sys-alm-compose/README.md) role for failure notifications.
|
||||
- **Configurable Script Location:** Controlled via the `path_administrator_scripts` variable.
|
||||
- **Configurable Script Location:** Controlled via the `PATH_ADMINISTRATOR_SCRIPTS` variable.
|
||||
|
||||
## Further Resources
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
set_fact:
|
||||
service_name: "{{ role_name }}"
|
||||
|
||||
- name: "include role for sys-timer for {{service_name}}"
|
||||
- name: "include role for sys-timer for {{ service_name }}"
|
||||
include_role:
|
||||
name: sys-timer
|
||||
vars:
|
||||
|
@@ -1 +1 @@
|
||||
health_docker_container_folder: '{{path_administrator_scripts}}sys-hlth-docker-container/'
|
||||
health_docker_container_folder: '{{ PATH_ADMINISTRATOR_SCRIPTS }}sys-hlth-docker-container/'
|
||||
|
Reference in New Issue
Block a user