From 93b01fb048a42ff4983bcb4bc44eb29998c362e3 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Feb 2026 09:57:16 +0100 Subject: [PATCH] chore: add AGENTS.md for opencode agents --- AGENTS.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..398ab85 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,30 @@ +# Agents + +This role/playbook manages Proxmox VE cluster updates with Ceph maintenance mode handling. + +## Role Analysis + +- **Type**: Infrastructure automation (playbook + tasks) +- **OS Support**: Proxmox VE 9 +- **Deployment Method**: Direct SSH to Proxmox nodes +- **Scope**: Cluster update automation with HA support + +## Key Features + +- Serial node updates (one at a time) +- Ceph maintenance mode integration +- Cluster configuration management + +## Tags + +| Tag | Purpose | +|-----|---------| +| `configure-cluster` | Configure Proxmox cluster nodes | +| `update-cluster` | Update Proxmox cluster (with Ceph handling) | + +## Testing + +```bash +ansible-lint +molecule test +```