Skip to content

HigorAlves/playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Logo

Mac Development Ansible Playbook

This playbook installs and configures most of the software I use on my Mac for web and software development. Some things in macOS are slightly difficult to automate, so I still have a few manual installation steps, but at least it's all documented here.

Installation

Running a specific set of tagged tasks

You can filter which part of the provisioning process to run by specifying a set of tags using ansible-playbook's --tags flag. The tags available are dotfiles, homebrew, mas, extra-packages and osx.

ansible-playbook main.yml -K --tags "dotfiles,homebrew"

Included Applications / Configuration (Default)

Applications (installed with Homebrew Cask):

  • Docker

Packages (installed with Homebrew):

  • git

Applications installed with MAS

Dotfiles

About

My dev enviroment configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages