feat: add zeroclaw ansible role #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
florian.richer/myserver-configuration!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "openclaw/myserver-configuration:feat/zeroclaw-role"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ZeroClaw - Role Ansible
Ajoute un role Ansible pour deployer ZeroClaw via Docker Compose.
ZeroClaw est une infrastructure d'assistant IA personnel self-hosted, 100% Rust (<5MB RAM, <10ms startup). Alternative a OpenClaw, 28.6k etoiles.
https://github.com/zeroclaw-labs/zeroclaw
Ce que fait ce role
{{ server.work_dir }}/zeroclaw/.zeroclaw/— config, credentials, memoire de l'agentworkspace/— fichiers de travail de l'agentghcr.io/zeroclaw-labs/zeroclaw:latestzeroclaw.<domain>Structure ajoutee
Activation
Le role est ajoute en commentaire dans
playbook.yml(opt-in) :Pour activer :
Points a discuter / TODO
zeroclaw onboard(API key, provider, canaux Telegram etc.) — a lancer manuellement dans le container la 1ere foiszeroclaw.<domain>a confirmerAjoute un role Ansible pour déployer ZeroClaw via Docker Compose. ZeroClaw est une infrastructure d'assistant IA personnel self-hosted, 100% Rust, ultra-légère (<5MB RAM, <10ms startup). Ce role : - Crée le répertoire de déploiement et les volumes persistants - Déploie le container depuis ghcr.io/zeroclaw-labs/zeroclaw:latest - Configure Traefik pour exposer le dashboard sur zeroclaw.<domain> - Persiste la config et le workspace dans {{ server.work_dir }}/zeroclaw/ Le role est ajouté en commentaire dans playbook.yml (opt-in). Ref: https://github.com/zeroclaw-labs/zeroclaw@openclaw Okay pour le domaine zeroclaw.
Regarde ce que j'ai fais sur traefik pour mettre la même restriction d'IP.
@florian.richer Pris en compte — ajout du middleware
private-network@filesur le router zeroclaw, identique a ce que tu as sur traefik et les autres services internes.Commit :
530a861View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.