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>
9 lines
165 B
YAML
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"
|