-
Notifications
You must be signed in to change notification settings - Fork 0
/
machine.yaml
81 lines (81 loc) · 1.72 KB
/
machine.yaml
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
---
- name: Main playbook to setup machine
hosts: localhost
gather_facts: yes
gather_subset: [ min ]
vars:
jetbrains_toolbox_version: latest
force_install: false
pre_tasks:
- name: Debug info
debug:
msg: |
Ansible env home: {{ ansible_env.HOME }}
Ansible user id: {{ ansible_user_id }}
OS Family: {{ ansible_os_family }}
Distribution: {{ ansible_distribution }}
Distribution release: {{ ansible_distribution_release }}
Distribution version: {{ ansible_distribution_version }}
Distribution major version: {{ ansible_distribution_major_version }}
- name: Create ~/.config/environment.d directory
file:
path: '{{ ansible_env.HOME }}/.config/environment.d'
state: directory
mode: 0755
- name: Create ~/.local/share/icons directory
file:
path: '{{ ansible_env.HOME }}/.local/share/icons'
state: directory
mode: 0755
roles:
- user
- system
- software
- fonts
- gnome-settings
- dotfiles
- bitwarden
- yubico
- slack
- rust
- alacritty
- zellij
- z
- firefox-dev
- git-delta
- jaredhocutt.jetbrains_toolbox
- phpstorm-url-handler
- discord
- keybase
- php
- nvm
#- nodejs
- docker
- awscli
#- peek
#- vscode
- mkcert
- croncape
- hexyl
- unipdf-cli
- pdfcpu
- obsidian
- github-cli
- dstp
- postman
- task
- helm
- kubectx
- trdsql
- bandwhich # Terminal bandwidth utilization tool
- chrome
- spotify
- pulumi
- auth0
- k6
- stoplight-studio
- ngrok
- yq
- whatsapp
- fastfetch
- btop