chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
f12b3d56e8
commit
fd43317492
1 changed files with 27 additions and 0 deletions
27
AGENTS.md
Normal file
27
AGENTS.md
Normal file
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue