mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add initial experiment with ansible playbooks
This commit is contained in:
29
playbooks/cask/work.yml
Normal file
29
playbooks/cask/work.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- homebrew_cask:
|
||||
name: ["{{ item.name }}"]
|
||||
state: present
|
||||
install_options: "{{ item.install_options | default() }}"
|
||||
with_items:
|
||||
- name: atom
|
||||
- name: bbedit
|
||||
- name: chicken
|
||||
- name: cyberduck
|
||||
- name: dash
|
||||
- name: docker-edge
|
||||
- name: github-desktop
|
||||
- name: google-cloud-sdk
|
||||
- name: hipchat
|
||||
- name: insomnia
|
||||
- name: java
|
||||
- name: kaleidoscope
|
||||
- name: licecap
|
||||
- name: medis
|
||||
- name: paw
|
||||
- name: postman
|
||||
- name: robomongo
|
||||
- name: sequel-pro
|
||||
- name: vagrant
|
||||
- name: virtualbox
|
||||
- name: visual-studio-code
|
||||
Reference in New Issue
Block a user