-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.yml
executable file
·35 lines (32 loc) · 895 Bytes
/
main.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
- name: Set up macOS machine
connection: local
hosts: localhost
vars_files:
- homebrew.yml
- vault.yml
vars:
fish_update_completions: false
afp_shares:
- mount: nas66
share: /Intermediate
host: 172.16.0.166
roles:
- role: geerlingguy.mac.homebrew
tags:
- brew
tasks:
- import_tasks: tasks/osx_defaults.yml
- import_tasks: tasks/docker.yml
- import_tasks: tasks/fish.yml
- import_tasks: tasks/ssh.yml
- import_tasks: tasks/git.yml
- import_tasks: tasks/starship.yml
- import_tasks: tasks/kitty.yml
- import_tasks: tasks/aerospace.yml
- import_tasks: tasks/neovim.yml
- import_tasks: tasks/tmux.yml
- import_tasks: tasks/zellij.yml
- import_tasks: tasks/yazi.yml
- import_tasks: tasks/fonts.yml
- import_tasks: tasks/zed.yml
- import_tasks: tasks/network_shares.yml