dotfiles/install-all.yml

38 lines
674 B
YAML
Raw Normal View History

2017-10-21 22:03:12 +02:00
---
- hosts: localhost
connection: local
vars:
2017-10-29 00:48:00 +02:00
install_dir: ~/Instalados/
2017-12-16 00:46:51 +01:00
shell_user: ~/Scripts/bin
2017-10-21 22:03:12 +02:00
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
2017-10-23 17:36:21 +02:00
- hosts: localhost
roles:
- emacs-dotfiles
- i3-dotfiles
- neomutt-dotfiles
- qutebrowser-dotfiles
- shell-dotfiles
tags:
- configuration