# ansible-dev-setup **Repository Path**: mirrors_adamchainz/ansible-dev-setup ## Basic Information - **Project Name**: ansible-dev-setup - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ansible-dev-setup My ansible playbook to setup both OSX and Ubuntu environments. Inspired by Adam Johnson's [mac-ansible](https://github.com/adamchainz/mac-ansible). ## Instructions ### OSX: 1. Install [homebrew](brew.sh) 2. `brew install python` (it's better than system python, see [guide](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Homebrew-and-Python.md)) 3. `pip install ansible` (better than homebrew package as it's always latest) 4. `ansible-playbook playbook.yml` ### Ubuntu: ``` sudo apt-get install software-properties-common sudo apt-add-repository ppa:ansible/ansible sudo apt-get update sudo apt-get install ansible ansible-playbook playbook.yml -K ``` ## What's included? - Packages (brew/cask or apt/deb) - VSCode config (+ extension sync) - Some ubuntu hardware config - Git config - Dotfiles - zsh with [zplug](https://github.com/zplug/zplug)