dotfiles/install-all.yml

39 lines
685 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
2018-10-07 21:13:12 +02:00
emacs_version: emacs-26.1
2017-10-21 22:03:12 +02:00
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
2018-06-24 23:02:31 +02:00
- runc
2017-10-21 22:03:12 +02:00
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