1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-04-25 11:25:19 +02:00
eoli3n-dotfiles/install.yml
2024-04-11 08:16:07 +02:00

80 lines
1.7 KiB
YAML

---
- 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'