toolbox/AGENTS.md
Simon Cornet d22d855302
Some checks failed
ci/woodpecker/push/linting Pipeline was canceled
style: align markdown table formatting for MD060 compliance
2026-05-18 18:26:21 +02:00

30 lines
560 B
Markdown

# Agents
This role contains simple ad-hoc tasks for system maintenance operations.
## Role Analysis
- **Type**: Utility/operations role
- **OS Support**: Alpine 3.22, Debian 13
- **Deployment Method**: Direct execution
## Available Tags
| Tag | Function |
| ----- | ---------- |
| `chrony` | Force update time via Chrony |
| `reboot` | Reboot the system |
| `update` | Install system updates |
## Tasks
- **update** - System package updates
- **reboot** - System reboot
- **chrony** - Force time sync
## Testing
```bash
ansible-lint
molecule test
```