openclaw-ansible/requirements.yml
Andy Lauppe 1f60554617 Merge main into rename PR with security improvements
Resolves conflicts between OpenClaw rename and security hardening:
- Applied scoped sudo permissions with openclaw naming
- Added dynamic UID to service template
- Merged security features (fail2ban, unattended-upgrades)
- Added ansible.posix collection and fixed authorized_key FQCN
- Updated comments to reference OpenClaw instead of Clawdbot

Co-Authored-By: olsonale <olsonale@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 08:46:53 -05:00

9 lines
165 B
YAML

---
collections:
- name: community.docker
version: ">=3.4.0"
- name: community.general
version: ">=8.0.0"
- name: ansible.posix
version: ">=1.5.0"