Skip to content

osxc/packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packages

Install packages on your mac from different sources

Build Status

Requirements

the same as the ones required by the dependencies

Role variables

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

Playbook example

---

- 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" }

Dependencies

  • osxc.homebrew

License

MIT

Author

  • Robin Ricard

About

Install packages on your mac from different sources

Resources

License

Stars

Watchers

Forks

Packages

No packages published