dotfiles/install-all.yml

38 lines
665 B
YAML

---
- hosts: localhost
connection: local
vars:
install_dir:
scripts_dir:
emacs_version: emacs-25.3
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
tags:
- packages
# - hosts: localhost
# roles:
# - emacs-dotfiles
# - i3-dotfiles
# - neomutt-dotfiles
# - qutebrowser-dotfiles
# - shell-dotfiles
# tags:
# - configuration