Sys-lock Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: Ensures system integrity during maintenance activities by blocking execution until critical services have stopped, using a locking mechanism with timeout and retry logic.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach
Consulting & Coaching Solutions https://www.veen.world
min_ansible_version: 2.9
platforms: [{‘name’: ‘Linux’, ‘versions’: [‘all’]}]
galaxy_tags: [‘maintenance’, ‘lock’, ‘system’, ‘administration’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://docs.infinito.nexus
README¶
System Maintenance Lock¶
Description¶
This role provides a locking mechanism to ensure that critical services are not interrupted during maintenance activities such as updates, backups, or patch applications. It waits for specified services to stop and prevents conflicting operations.
Overview¶
The role performs the following: - Blocks execution until specified services have stopped. - Implements retry logic with a configurable timeout. - Ensures that maintenance tasks are executed only when the system is in a safe state.
Purpose¶
The primary purpose of this role is to safeguard system stability during maintenance by preventing conflicts with running services. It ensures that maintenance operations proceed only when the environment is ready.
Features¶
Service Locking: Blocks maintenance tasks until critical services are stopped.
Timeout and Retry Logic: Configurable wait times and maximum attempts.
Conflict Avoidance: Prevents interference between maintenance operations and running services.
Credits 📝¶
Created with ChatGPT. Conversation is here available.