-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmac_setup.yml
More file actions
37 lines (32 loc) · 873 Bytes
/
Copy pathmac_setup.yml
File metadata and controls
37 lines (32 loc) · 873 Bytes
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: Setting Up A New Mac
hosts: all
gather_facts: no
tasks:
- name: Installing Homebrew
ansible.builtin.shell: '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"'
- name: Upgrades all installed Mac App Store apps
community.general.mas:
upgrade_all: true
- name: Installs Required Casks
community.general.homebrew_cask:
name:
- tailscale-app
- bitwarden
- firefox
- signal
- discord
- libreoffice
- spotify
- docker-desktop
- obsidian
- visual-studio-code
- emby
- proton-mail
- yubico-authenticator
- docker
- docker-compose
- docker-completion
- tailscale
state: present
# brew install --cask netbirdio/tap/netbird-ui