jaeyeom-ansible-dev-setup
Installation
SKILL.md
Ansible Development Setup Generator
This skill helps you work with the Ansible-based development environment setup system in this repository, which generates playbooks for installing development tools across multiple platforms.
Overview
The repository contains a Go-based generator that creates Ansible playbooks for setting up development environments consistently across:
- macOS (using Homebrew)
- Debian/Ubuntu (using apt with PPA support)
- Termux (Android terminal with pkg)
The generator is located in devtools/setup-dev/ansible/ and consists of:
generate_packages.go- Main generator and entry pointtypes.go- Core data structures and interfacesinstall_methods.go- Platform-specific installation method implementationstemplates.go- Ansible playbook templatespackages_data.go- Package and tool definitions