-
Notifications
You must be signed in to change notification settings - Fork 67
/
install.yml
79 lines (77 loc) · 1.67 KB
/
install.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
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
---
- hosts: all
gather_facts: yes
tasks:
- include_tasks: tasks/fontawesome.yml
tags: [sway, waybar]
- hosts: cli:desktop
roles:
- role: runit
tags: runit
when: ansible_service_mgr == "runit"
- role: fish
tags: fish
- role: neovim
tags: neovim
- role: screen
tags: screen
- role: tmux
tags: tmux
- role: git
tags: git,cli
- role: ssh
tags: ssh
- role: htop
tags: htop
- hosts: desktop
roles:
- role: gtk
tags: gtk
vars:
theme: "Adwaita-dark"
when: ansible_user_id != 'root'
- role: gpg
tags: gpg
when: ansible_user_id != 'root'
- role: dav
tags: dav
when: ansible_user_id != 'root'
- role: sway
tags: sway
when: ansible_user_id != 'root'
- role: waybar
tags: waybar
when: ansible_user_id != 'root'
- role: pipewire
tags: pipewire
when: ansible_user_id != 'root'
- role: wofi
tags: wofi
when: ansible_user_id != 'root'
- role: mako
tags: mako
when: ansible_user_id != 'root'
- role: mpv
tags: mpv
when: ansible_user_id != 'root'
- role: imv
tags: imv
when: ansible_user_id != 'root'
- role: zim
tags: zim
when: ansible_user_id != 'root'
- role: mime
tags: mime
when: ansible_user_id != 'root'
#- role: rustup
# tags: rustup
# when: ansible_user_id != 'root'
#- role: eww
# tags: eww
# when: ansible_user_id != 'root'
#- role: wezterm
# tags: wezterm
# when: ansible_user_id != 'root'
- role: kitty
tags: kitty
when: ansible_user_id != 'root'