-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathtest.yml
37 lines (29 loc) · 794 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
- name: Test the collection.
hosts: localhost
vars:
homebrew_clear_cache: true
homebrew_installed_packages:
- ssh-copy-id # from homebrew/core
- nginx-full # from dengi/nginx
homebrew_cask_apps:
- firefox # from hombrew/cask
- google-chrome # from hombrew/cask
homebrew_taps:
- name: denji/nginx
url: 'https://github.com/denji/homebrew-nginx.git'
mas_uninstalled_apps: []
mas_installed_app_ids: []
mas_installed_apps: []
dockitems_remove:
- Launchpad
- TV
dockitems_persist:
- name: Safari
path: "/Applications/Safari.app/"
pos: 1
roles:
- elliotweiser.osx-command-line-tools
- geerlingguy.mac.homebrew
- geerlingguy.mac.mas
- geerlingguy.mac.dock