From fd43317492c45e6c63687de2cd37819cb0363d1b 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 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..e0e6259 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,27 @@ +# Agents + +This role configures Docker container runtime on the target system. + +## Role Analysis + +- **Type**: Infrastructure role +- **OS Support**: Debian 12, Debian 13 +- **Deployment Method**: Direct (installs Docker Engine) +- **Scope**: Docker installation and configuration + +## Key Features + +- Installs Docker Engine +- Special handling for LXC containers (disables AppArmor) + +## Tasks + +1. **apparmor** - Disable AppArmor for LXC (when type == "lxc") +2. **install** - Installs Docker + +## Testing + +```bash +ansible-lint +molecule test +```