Skip to content

Instantly share code, notes, and snippets.

View mariot's full-sized avatar

Mariot Tsitoara mariot

View GitHub Profile
@mariot
mariot / ansible-macos-homebrew-packages.yml
Last active May 17, 2022 07:19 — forked from mrlesmithjr/ansible-macos-homebrew-packages.yml
Install MacOS Homebrew Packages With Ansible
---
- name: Install MacOS Packages
hosts: localhost
become: false
vars:
brew_cask_packages:
- docker
- firefox
- google-chrome
- iterm2