Install packages on your mac from different sources
the same as the ones required by the dependencies
the following are all optional and can be applied only as needed:
Name | Description | Default |
---|---|---|
brew_taps |
The brew taps you need to open before install | [] |
brew_packages |
The list of the homebrew packages to install | [] |
cask_packages |
The list of the cask packages to install | [] |
brew_pkg_with_opts |
A dict of homebrew packages to install with the | |
options seperated by commas, see example below |
---
- hosts: all
roles:
- role: osxc.packages
brew_taps:
- caskroom/fonts
brew_packages:
- git
- zsh
cask_packages:
- font-inconsolata
brew_pkg_with_opts:
- { pkg: "curl" , opts: "with-idn,with-openssl" }
osxc.homebrew
MIT
- Robin Ricard