-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.config.yml
53 lines (45 loc) · 1.13 KB
/
default.config.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
downloads: ~/.ansible-downloads/
homebrew_installed_packages:
- bash-completion
- nmap
- wget
- dockutil
homebrew_taps:
- homebrew/core
- homebrew/cask
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- 1password6
- atext
- caffeine
- dropbox
- google-chrome
- iterm2
- little-snitch
- malwarebytes
- micro-snitch
- microsoft-office
- royal-tsx
- spotify
- visual-studio-code
- vlc
# Install packages from other package managers.
composer_packages: []
# - name: drush
# state: present # present/absent, default: present
# version: "^8.1" # default: N/A
gem_packages: []
# - name: bundler
# state: present # present/absent/latest, default: present
# version: "~> 1.15.1" # default: N/A
npm_packages: []
# - name: webpack
# state: present # present/absent/latest, default: present
# version: "^2.6" # default: N/A
pip_packages: []
# - name: mkdocs
# state: present # present/absent/latest, default: present
# version: "0.16.3" # default: N/A
# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []