feat(vibe-kanban): add Ansible role for unified config management (Vibe Kanban) #143
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.
Summary
vibe-kanbanAnsible role for cross-platform configuration managementclauderole usingclaude mcp addCLIWhat is Vibe Kanban?
Vibe Kanban is a local-first project/task management tool for AI coding agents (Claude Code, Gemini CLI, Codex, etc.). This role enables unified configuration across all devices managed by these dotfiles.
Changes Made
New Role:
roles/vibe-kanban/defaults/main.ymltasks/main.ymltasks/Ubuntu.ymltasks/MacOSX.ymltemplates/config.json.j2templates/vibe-kanban.service.j2templates/com.vibekanban.plist.j2Claude Role Updates
Added idempotent MCP server configuration using the official Claude CLI:
Configuration Variables
New
vibe_kanbansection ingroup_vars/all.yml:Remote Hosting Support
The role supports running vibe-kanban as a service for remote access:
vibe_kanban.server.enabled: trueandhost: "0.0.0.0"dotfiles -t vibe-kanbanImplementation Details
bunxinstead ofnpxfor faster startupclaude mcp getto check before adding, preventing duplicatesThis PR was written using Vibe Kanban