1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-22 03:40:41 +02:00
eoli3n-dotfiles/install.yml
2017-12-19 18:44:15 +01:00

40 lines
1003 B
YAML

---
- hosts: all
tags: [ 'server', 'laptop', 'desktop' ]
roles:
- { role: packages-common, tags: packages-common }
- { role: zsh, tags: zsh }
- { role: vim, tags: vim }
- { role: terminfo, tags: terminfo }
- { role: screen, tags: screen }
- { role: ssh-agent, tags: ssh-agent }
- hosts: all
tags: [ 'desktop', 'laptop' ]
roles:
- { role: packages-desktop, tags: packages-desktop }
- { role: cursor, tags: cursor }
- { role: gtk, tags: gtk }
- { role: i3-wm, tags: i3-wm }
- { role: compton, tags: compton }
- { role: polybar, tags: polybar }
- { role: rofi, tags: rofi }
- { role: neofetch, tags: neofetch }
- { role: termite, tags: termite }
- { role: weechat, tags: weechat }
tasks:
- include_role:
name: vagrant
when: ansible_user_id == "vagrant"
tags: vagrant
- hosts: all
tags: laptop
roles:
- { role: packages-laptop, tags: packages-laptop }
- { role: xbindkeys, tags: xbindkeys }