dotfiles/install-all.yml

39 lines
685 B
YAML

---
- hosts: localhost
connection: local
vars:
install_dir: ~/Instalados/
shell_user: ~/Scripts/bin
emacs_version: emacs-26.1
i3_gaps_version: 4.14.1
termite_version: v12
vte_version: 0.44.1.b
syncthing_inotify_version: v0.8.7
go_path: /opt/go/
roles:
- slim
- habitual-packages
- docker
- emacs
- i3-gaps
- qutebrowser
- termite
- syncthing
- pip-packages
- virtualbox
- virtualenvwrapper
- fonts
- runc
tags:
- packages
- hosts: localhost
roles:
- emacs-dotfiles
- i3-dotfiles
- neomutt-dotfiles
- qutebrowser-dotfiles
- shell-dotfiles
tags:
- configuration