24 lines
457 B
YAML
24 lines
457 B
YAML
---
|
|
- name: Setup work environment
|
|
hosts: localhost
|
|
connection: local
|
|
roles:
|
|
- role: base
|
|
- role: bash
|
|
- role: sudoers
|
|
- role: etckeeper
|
|
- role: pass
|
|
- role: ssh-agent
|
|
- role: i3
|
|
vars:
|
|
wallpaper_type: xkcd
|
|
- role: neovim
|
|
- role: profanity
|
|
- role: baresip
|
|
- role: neomutt
|
|
- role: terminator
|
|
- role: tmux
|
|
- role: libvirt
|
|
- role: vagrant
|
|
- role: smart
|
|
- role: taskwarrior
|