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: allroles:
- role: osxc.packagesbrew_taps:
- caskroom/fontsbrew_packages:
- git
- zshcask_packages:
- font-inconsolatabrew_pkg_with_opts:
- { pkg: "curl" , opts: "with-idn,with-openssl" }osxc.homebrew
MIT
- Robin Ricard