forked from geerlingguy/mac-dev-playbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.config.tag1.yml
104 lines (93 loc) · 2.12 KB
/
default.config.tag1.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
downloads: ~/Downloads/ansible-downloads/
configure_dotfiles: no
configure_sudoers: no
configure_terminal: no
configure_osx: yes
copy_osx_config_script: yes
osx_config_script_file: ".osx-system-setup"
dotfiles_repo: https://github.com/none
dotfiles_repo_accept_hostkey: yes
dotfiles_repo_local_destination: ~/dotfiles
dotfiles_files:
- .bashrc
- .gitconfig
- .git-prompt.sh
- .osx-system-setup
- .profile
- .vimrc
homebrew_installed_packages:
- ansible
- autoconf
- bash-completion
- coreutils
- ddev
- dos2unix
- ffmpeg
- flac
- gcal
- git
- git-lfs
- gpg
- openssl
- nmap
- php
- pwgen
- pypy
- python
- rsync
- ssh-copy-id
- telnet
- tmux
- tree
- wget
- xz
homebrew_taps:
- drud/ddev
- homebrew/core
- homebrew/cask
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- 1password
- 1password-cli
- calibre
- deluge
- docker
- evernote
- firefox
- google-chrome
- private-internet-access
- vagrant
- virtualbox
- visual-studio-code
- vlc
- xact
#mas_email: "[email protected]"
#mas_password: !vault |
mas_installed_apps:
- { id: 409907375, name: "Apple Remote Desktop" }
- { id: 1003160018, name: "Quip" }
- { id: 425955336, name: "Skitch" }
- { id: 803453959, name: "Slack" }
osx_script: "~/.osx-system-setup --no-restart"
# Install packages from other package managers.
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
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: []