feat: create Ansible playbook for single-node PicoClaw deployment (#1)#3
Open
addidea wants to merge 1 commit intoClawland-AI:mainfrom
Open
feat: create Ansible playbook for single-node PicoClaw deployment (#1)#3addidea wants to merge 1 commit intoClawland-AI:mainfrom
addidea wants to merge 1 commit intoClawland-AI:mainfrom
Conversation
…awland-AI#1) - Complete Ansible playbook with architecture detection (ARM/RISC-V/x86_64) - Install Go runtime (or fallback to building from source) - Deploy PicoClaw binary + configuration - Set up systemd service with security hardening - Configure UFW firewall (allow SSH + PicoClaw port) - Health check verification (POST-deployment) - Jinja2 templates for config and systemd service - Sample inventory with multi-node support - Comprehensive README with deployment guide, troubleshooting, and architecture diagram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Complete Ansible playbook for automated PicoClaw (L1 mid-weight agent) deployment on Raspberry Pi, StarFive VisionFive 2, and other ARM/RISC-V SBCs.
Changes
Ansible Playbook (
deploy-picoclaw.yml)picoclawuser, config/data/log directories/healthzendpointConfiguration Templates
picoclaw-config.yml.j2:picoclaw.service.j2:Inventory (
hosts.yml)Sample multi-node inventory:
README
Comprehensive deployment guide with:
Example Usage
1. Configure Inventory
2. Run Playbook
3. Verify Deployment
Deployment Flow
picoclawwith no login shellsystemctl start picoclaw/healthzreturns 200 OKSecurity Features
Architecture Support
Testing
Tested on:
Future Enhancements
Closes #1