mac-dev-playbook/default.config.yml

128 lines
2.6 KiB
YAML
Raw Normal View History

---
downloads: ~/.ansible-downloads/
configure_dotfiles: true
2021-04-07 13:26:28 +02:00
configure_terminal: false
configure_osx: true
2021-04-07 19:18:39 +02:00
configure_dock: []
2021-04-12 18:56:21 +02:00
configure_dock: []
2021-04-12 17:37:55 +02:00
dockitems_to_remove: []
# Example: to remove all / some items added by default on Big Sur uncomment use example below
# dockitems_to_remove:
# - Launchpad
# - Safari
# - Messages
# - Mail
# - Maps
# - Photos
# - FaceTime
# - Calendar
# - Contacts
# - Reminders
# - Notes
# - TV
# - Music
# - Podcasts
# - 'App Store'
2021-04-12 13:29:34 +02:00
dockitems_to_persist:
2021-04-12 13:49:12 +02:00
- name: "Google Chrome"
path: "/Applications/Google Chrome.app/"
2021-04-12 17:37:55 +02:00
- name: "Sublime Text"
path: "/Applications/Sublime Text.app/"
configure_sudoers: false
sudoers_custom_config: ''
# Example:
# sudoers_custom_config: |
# # Allow users in admin group to use sudo with no password.
# %admin ALL=(ALL) NOPASSWD: ALL
2021-04-07 13:26:28 +02:00
dotfiles_repo: https://github.com/dspolleke/dotfiles.git
dotfiles_repo_accept_hostkey: true
2020-03-20 13:38:40 -05:00
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
dotfiles_files:
- .zshrc
- .gitignore
- .inputrc
- .osx
- .vimrc
homebrew_installed_packages:
# - ansible # Installed via Pip.
- autoconf
- bash-completion
- doxygen
- gettext
- gifsicle
- git
2020-02-12 11:43:05 -06:00
- github/gh/gh
2015-01-16 21:22:12 -06:00
- go
2015-02-10 15:58:48 -06:00
- gpg
2016-02-25 12:17:32 -06:00
- httpie
2015-02-16 21:24:34 -06:00
- iperf
- libevent
- sqlite
2016-01-21 13:12:21 -06:00
- mcrypt
2016-10-07 11:33:21 -05:00
- nmap
2017-06-02 11:53:33 -05:00
- node
2015-12-09 14:09:00 -06:00
- nvm
- php
- ssh-copy-id
- cowsay
- readline
- openssl
- pv
- wget
2015-02-26 09:51:41 -06:00
- wrk
- zsh-history-substring-search
homebrew_taps:
- homebrew/core
- homebrew/cask
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- dropbox
- firefox
- google-chrome
- handbrake
- licecap
- sequel-pro
- slack
- sublime-text
- transmit
- vagrant
# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps: []
mas_email: ""
mas_password: ""
osx_script: "~/.osx --no-restart"
2017-05-31 10:07:42 -05:00
# 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
2021-04-07 13:26:28 +02:00
gem_packages:
- name: showoff
# 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
2021-04-07 13:26:28 +02:00
#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.
2017-05-31 10:07:42 -05:00
post_provision_tasks: []