1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-04 22:56:04 +02:00
eoli3n-dotfiles/install.yml

80 lines
1.7 KiB
YAML
Raw Normal View History

2017-12-16 22:45:14 +01:00
---
2020-05-15 18:03:40 +02:00
- hosts: all
gather_facts: yes
tasks:
- include_tasks: tasks/fontawesome.yml
tags: [sway, waybar]
2017-12-23 22:18:11 +01:00
2020-05-13 23:36:22 +02:00
- hosts: cli:desktop
2017-12-29 03:14:04 +01:00
roles:
2020-12-17 17:08:48 +01:00
- role: runit
tags: runit
when: ansible_service_mgr == "runit"
2020-05-15 18:03:40 +02:00
- role: fish
tags: fish
- role: neovim
tags: neovim
- role: screen
tags: screen
2022-09-30 12:25:34 +02:00
- role: tmux
tags: tmux
2020-05-15 18:03:40 +02:00
- role: git
tags: git,cli
2021-05-13 10:15:36 +02:00
- role: ssh
2023-01-22 15:21:03 +01:00
tags: ssh
2021-05-22 01:42:25 +02:00
- role: htop
tags: htop
2020-05-07 17:44:57 +02:00
2020-05-13 21:20:33 +02:00
- hosts: desktop
2017-12-19 00:52:21 +01:00
roles:
2020-05-15 18:03:40 +02:00
- role: gtk
tags: gtk
2021-12-29 01:08:57 +01:00
vars:
theme: "Adwaita-dark"
2020-05-15 18:03:40 +02:00
when: ansible_user_id != 'root'
2021-05-28 10:41:38 +02:00
- role: gpg
tags: gpg
when: ansible_user_id != 'root'
2021-11-18 16:12:56 +01:00
- role: dav
tags: dav
2021-11-15 22:45:14 +01:00
when: ansible_user_id != 'root'
2020-05-15 18:03:40 +02:00
- 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'
2020-05-15 18:03:40 +02:00
- role: wofi
tags: wofi
when: ansible_user_id != 'root'
- role: mako
tags: mako
when: ansible_user_id != 'root'
2020-05-18 23:19:40 +02:00
- role: mpv
tags: mpv
when: ansible_user_id != 'root'
2020-05-20 11:01:36 +02:00
- role: imv
tags: imv
when: ansible_user_id != 'root'
2021-02-07 12:14:06 +01:00
- role: zim
tags: zim
when: ansible_user_id != 'root'
2023-01-22 15:21:03 +01:00
- role: mime
tags: mime
when: ansible_user_id != 'root'
2024-04-11 08:14:22 +02:00
#- role: rustup
# tags: rustup
# when: ansible_user_id != 'root'
2024-04-11 08:16:07 +02:00
#- role: eww
# tags: eww
# when: ansible_user_id != 'root'
2024-04-11 08:16:07 +02:00
#- role: wezterm
# tags: wezterm
# when: ansible_user_id != 'root'
- role: kitty
tags: kitty
when: ansible_user_id != 'root'