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 point
  • types.go - Core data structures and interfaces
  • install_methods.go - Platform-specific installation method implementations
  • templates.go - Ansible playbook templates
  • packages_data.go - Package and tool definitions

Key Concepts

Installs
First Seen
jaeyeom-ansible-dev-setup — smithery/ai