mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Shorted maintenance- to maint-
This commit is contained in:
@@ -26,10 +26,10 @@ system_maintenance_cleanup_services:
|
||||
|
||||
### Services that Manipulate the System
|
||||
system_maintenance_manipulation_services:
|
||||
- "maintenance-docker-heal"
|
||||
- "maint-docker-heal"
|
||||
- "update-docker"
|
||||
- "maintenance-docker-storage-optimizer"
|
||||
- "maintenance-docker-restart"
|
||||
- "maint-docker-storage-optimizer"
|
||||
- "maint-docker-restart"
|
||||
|
||||
## Total System Maintenance Services
|
||||
system_maintenance_services: "{{ system_maintenance_backup_services + system_maintenance_cleanup_services + system_maintenance_manipulation_services }}"
|
||||
|
@@ -3,4 +3,4 @@
|
||||
path_administrator_home: "/home/administrator/"
|
||||
path_administrator_scripts: "/opt/scripts/"
|
||||
path_docker_compose_instances: "/opt/docker/"
|
||||
path_system_lock_script: "/opt/scripts/maintenance-lock.py"
|
||||
path_system_lock_script: "/opt/scripts/maint-lock.py"
|
Reference in New Issue
Block a user