-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaybook.yml
More file actions
102 lines (91 loc) · 1.76 KB
/
playbook.yml
File metadata and controls
102 lines (91 loc) · 1.76 KB
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
# Dropbox was removed due to user limit
- name: Provision Machine
hosts: all
vars:
cli_apps:
- curl
- git
- zsh
- openssl
- azure-cli
- azcopy
- awscli
- aws-vault
- packer
- terraform-docs
- terraform_landscape
- tfswitch
- kubernetes-cli
- kubernetes-helm
- kubectl
- k9s
- kubectx
- kube-ps1
- minikube
- kind
- go
- wget
- ag
- jq
- yq
- yamllint
- colima
- opencode
apps:
- google-chrome
- brave-browser
- 1password
- caffeine
- microsoft-remote-desktop
- macdown
- slack
- spotify
- visual-studio-code
- firefox
- docker
- notion
- vagrant
- mongodb-compass
- dbeaver-community
- iterm2
tasks:
- name: "Import Base"
ansible.builtin.import_role:
name: base
tags: ['packages']
- name: "Import shell"
ansible.builtin.import_role:
name: shell
tags: ['shell']
- name: "Import yamllint"
ansible.builtin.import_role:
name: yamllint
tags: ['yamllint']
- name: "Import AI"
ansible.builtin.import_role:
name: ai
tags: ['ai']
- name: "Import SSH"
ansible.builtin.import_role:
name: ssh
tags: ['ssh']
- name: "Import Git"
ansible.builtin.import_role:
name: git
tags: ['git']
- name: "Import VIM"
ansible.builtin.import_role:
name: vim
tags: ['vim']
- name: "Install pyenv"
ansible.builtin.import_role:
name: pyenv
tags: ['pyenv']
# - name: "Import Java"
# import_role:
# name: java
# tags: ['java']
# - name: "Import NodeJS"
# import_role:
# name: nodejs
# tags: ['nodejs']